#B87E0B

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

Shades of Dark Goldenrod #B87E0B

Tints of Dark Goldenrod #B87E0B

Color information

#B87E0B (or 0xB87E0B) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 7E and 0B. RGB value is (184,126,11). Sum of RGB (Red+Green+Blue) = 184+126+11=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87E0B is #4781F4. Grayscale: #828282. Windows color (decimal): -4686325 or 753336. OLE color: 753336.

HSL color Cylindrical-coordinate representation of color #B87E0B: hue angle of 39.88º 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 #B87E0B is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB18412611-
CMYK00.320.940.28
HSL39.88º88.72%38.24%-
HSV(B)39.88º94.02%72.16%-
XYZ27.2925.143.73-
YUV130.2360.72166.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.32%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 11 (4.69% from 255) = 3.43%
R=57.32%
G=39.25%
B=3.43%

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
Decimal1841261100.320.940.2839.8888.7238.24
HexB87EB0205E1C285926
Octal27017613040136345013146
Binary101110001111110101101000001011110111001010001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87E0B; }

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

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

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

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

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

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

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

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