#B87506

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

Shades of Dark Goldenrod #B87506

Tints of Dark Goldenrod #B87506

Color information

#B87506 (or 0xB87506) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 75 and 06. RGB value is (184,117,6). Sum of RGB (Red+Green+Blue) = 184+117+6=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B87506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87506 is #478AF9. Grayscale: #7C7C7C. Windows color (decimal): -4688634 or 423352. OLE color: 423352.

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

Color convert

RGB1841176-
CMYK00.360.970.28
HSL37.42º93.68%37.25%-
HSV(B)37.42º96.74%72.16%-
XYZ26.1622.933.22-
YUV124.3861.2170.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.93%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 6 (2.73% from 255) = 1.95%
R=59.93%
G=38.11%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184117600.360.970.2837.4293.6837.25
HexB8756024611C255e25
Octal2701656044141344513645
Binary10111000111010111001001001100001111001001011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87506; }

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

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

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

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

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

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

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

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