#B87F0F

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

Shades of Dark Goldenrod #B87F0F

Tints of Dark Goldenrod #B87F0F

Color information

#B87F0F (or 0xB87F0F) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 7F and 0F. RGB value is (184,127,15). Sum of RGB (Red+Green+Blue) = 184+127+15=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87F0F is #4780F0. Grayscale: #838383. Windows color (decimal): -4686065 or 1015736. OLE color: 1015736.

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

Color convert

RGB18412715-
CMYK00.310.920.28
HSL39.76º84.92%39.02%-
HSV(B)39.76º91.85%72.16%-
XYZ27.4425.43.91-
YUV131.2862.38165.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.44%
GREEN value IS 127 (50% from 255) = 38.96%
BLUE value IS 15 (6.25% from 255) = 4.60%
R=56.44%
G=38.96%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841271500.310.920.2839.7684.9239.02
HexB87FF01F5C1C285527
Octal27017717037134345012547
Binary10111000111111111110111111011100111001010001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87F0F; }

 p { color: rgb(184,127,15); }

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

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

 a { background-color: rgb(184,127,15); }

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

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

 span { border-color: rgb(184,127,15); }

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