#B87D11

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

Shades of Dark Goldenrod #B87D11

Tints of Dark Goldenrod #B87D11

Color information

#B87D11 (or 0xB87D11) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 7D and 11. RGB value is (184,125,17). Sum of RGB (Red+Green+Blue) = 184+125+17=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87D11 is #4782EE. Grayscale: #828282. Windows color (decimal): -4686575 or 1146296. OLE color: 1146296.

HSL color Cylindrical-coordinate representation of color #B87D11: hue angle of 38.8º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B87D11 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB18412517-
CMYK00.320.910.28
HSL38.8º83.08%39.41%-
HSV(B)38.8º90.76%72.16%-
XYZ27.224.93.9-
YUV130.3364.05166.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.44%
GREEN value IS 125 (49.22% from 255) = 38.34%
BLUE value IS 17 (7.03% from 255) = 5.21%
R=56.44%
G=38.34%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841251700.320.910.2838.883.0839.41
HexB87D110205B1C275327
Octal27017521040133344712347
Binary1011100011111011000101000001011011111001001111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D11; }

 p { color: rgb(184,125,17); }

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

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

 a { background-color: rgb(184,125,17); }

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

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

 span { border-color: rgb(184,125,17); }

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