#B9851C

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

Shades of Dark Goldenrod #B9851C

Tints of Dark Goldenrod #B9851C

Color information

#B9851C (or 0xB9851C) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 85 and 1C. RGB value is (185,133,28). Sum of RGB (Red+Green+Blue) = 185+133+28=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9851C is #467AE3. Grayscale: #898989. Windows color (decimal): -4618980 or 1869241. OLE color: 1869241.

HSL color Cylindrical-coordinate representation of color #B9851C: hue angle of 40.13º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9851C is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB18513328-
CMYK00.280.850.27
HSL40.13º73.71%41.76%-
HSV(B)40.13º84.86%72.55%-
XYZ28.627.174.84-
YUV136.5866.73162.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.47%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 28 (11.33% from 255) = 8.09%
R=53.47%
G=38.44%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851332800.280.850.2740.1373.7141.76
HexB9851C01C551B284a2a
Octal27120534034125335011252
Binary1011100110000101111000111001010101110111010001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9851C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9851C; }

 p { color: rgb(185,133,28); }

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

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

 a { background-color: rgb(185,133,28); }

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

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

 span { border-color: rgb(185,133,28); }

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