#B87806

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

Shades of Dark Goldenrod #B87806

Tints of Dark Goldenrod #B87806

Color information

#B87806 (or 0xB87806) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 78 and 06. RGB value is (184,120,6). Sum of RGB (Red+Green+Blue) = 184+120+6=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B87806 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87806 is #4787F9. Grayscale: #7E7E7E. Windows color (decimal): -4687866 or 424120. OLE color: 424120.

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

Color convert

RGB1841206-
CMYK00.350.970.28
HSL38.43º93.68%37.25%-
HSV(B)38.43º96.74%72.16%-
XYZ26.5223.643.34-
YUV126.1460.2169.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.35%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 6 (2.73% from 255) = 1.94%
R=59.35%
G=38.71%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184120600.350.970.2838.4393.6837.25
HexB8786023611C265e25
Octal2701706043141344613645
Binary10111000111100011001000111100001111001001101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87806; }

 p { color: rgb(184,120,6); }

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

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

 a { background-color: rgb(184,120,6); }

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

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

 span { border-color: rgb(184,120,6); }

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