#B87D0B

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

Shades of Dark Goldenrod #B87D0B

Tints of Dark Goldenrod #B87D0B

Color information

#B87D0B (or 0xB87D0B) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 7D and 0B. RGB value is (184,125,11). Sum of RGB (Red+Green+Blue) = 184+125+11=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87D0B is #4782F4. Grayscale: #828282. Windows color (decimal): -4686581 or 753080. OLE color: 753080.

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

Color convert

RGB18412511-
CMYK00.320.940.28
HSL39.54º88.72%38.24%-
HSV(B)39.54º94.02%72.16%-
XYZ27.1624.883.69-
YUV129.6461.05166.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.5%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 11 (4.69% from 255) = 3.44%
R=57.5%
G=39.06%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841251100.320.940.2839.5488.7238.24
HexB87DB0205E1C285926
Octal27017513040136345013146
Binary101110001111101101101000001011110111001010001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D0B; }

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

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

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

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

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

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

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

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