#b9b53c

Color #B9B53C Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #B9B53C

Tints of Brass #B9B53C

Color information

#B9B53C (or 0xB9B53C) is unknown color: approx Brass. HEX triplet: B9, B5 and 3C. RGB value is (185,181,60). Sum of RGB (Red+Green+Blue) = 185+181+60=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B53C is #464AC3. Grayscale: #A8A8A8. Windows color (decimal): -4606660 or 3978681. OLE color: 3978681.

HSL color Cylindrical-coordinate representation of color #B9B53C: hue angle of 58.08º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9B53C is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18518160-
CMYK00.020.680.27
HSL58.08º51.02%48.04%-
HSV(B)58.08º67.57%72.55%-
XYZ37.3543.6910.74-
YUV168.466.83139.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 181 (71.09% from 255) = 42.49%
BLUE value IS 60 (23.83% from 255) = 14.08%
R=43.43%
G=42.49%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851816000.020.680.2758.0851.0248.04
HexB9B53C02441B3a3330
Octal271265740210433726360
Binary1011100110110101111100010100010011011111010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9b53c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9b53c; }

 p { color: rgb(185,181,60); }

 H1.HeaderClassName
 {
   color: #b9b53c;
 }
 .AnyTagClassName
 {
   color: #b9b53c;
 }
</style>
background-color css

<style>
 a { background-color: #b9b53c; }

 a { background-color: rgb(185,181,60); }

 div.DivClassName
 {
   background-color: #b9b53c;
 }
 .BgClassName
 {
   background-color: #b9b53c;
 }
</style>
border-color css

<style>
 span { border-color: #b9b53c; }

 span { border-color: rgb(185,181,60); }

 td.TdClassName
 {
   border-color: #b9b53c;
 }
 .TagClassName
 {
   border-color: #b9b53c;
 }
</style>