Shades of Dark Goldenrod #B87306
Tints of Dark Goldenrod #B87306
RGB
CMYK
RGB Variations
Color information
#B87306 (or 0xB87306) is known color: Dark Goldenrod. HEX triplet: B8, 73 and 06. RGB value is (184,115,6). Sum of RGB (Red+Green+Blue) = 184+115+6=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B87306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87306 is #478CF9. Grayscale: #7B7B7B. Windows color (decimal): -4689146 or 422840. OLE color: 422840.
HSL color Cylindrical-coordinate representation of color #B87306: hue angle of 36.74º 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 #B87306 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 6 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.28 |
| HSL | 36.74º | 0.94% | 0.37% | - |
| HSV(B) | 36.74º | 0.97% | 0.72% | - |
| XYZ | 25.93 | 22.46 | 3.14 | - |
| YUV | 123.21 | 61.86 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 6 | 0 | 0.38 | 0.97 | 0.28 | 36.74 | 0.94 | 0.37 |
| Hex | B8 | 73 | 6 | 0 | 26 | 61 | 1C | 25 | 5E | 25 |
| Octal | 270 | 163 | 6 | 0 | 46 | 141 | 34 | 45 | 136 | 45 |
| Binary | 10111000 | 1110011 | 110 | 0 | 100110 | 1100001 | 11100 | 100101 | 1011110 | 100101 |
Color Harmonies of #B87306
Complementary color
Monochromatic Colors of #B87306
Black with #B87306
Text Example
Text Example
White with #B87306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87306; }
p { color: rgb(184,115,6); }
H1.HeaderClassName
{
color: #B87306;
}
.AnyTagClassName
{
color: #B87306;
}
</style>
background-color css
<style>
a { background-color: #B87306; }
a { background-color: rgb(184,115,6); }
div.DivClassName
{
background-color: #B87306;
}
.BgClassName
{
background-color: #B87306;
}
</style>
border-color css
<style>
span { border-color: #B87306; }
span { border-color: rgb(184,115,6); }
td.TdClassName
{
border-color: #B87306;
}
.TagClassName
{
border-color: #B87306;
}
</style>