Shades of Dark Goldenrod #B8770B
Tints of Dark Goldenrod #B8770B
RGB
CMYK
RGB Variations
Color information
#B8770B (or 0xB8770B) is known color: Dark Goldenrod. HEX triplet: B8, 77 and 0B. RGB value is (184,119,11). Sum of RGB (Red+Green+Blue) = 184+119+11=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8770B is #4788F4. Grayscale: #7E7E7E. Windows color (decimal): -4688117 or 751544. OLE color: 751544.
HSL color Cylindrical-coordinate representation of color #B8770B: hue angle of 37.46º 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 #B8770B is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 11 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.28 |
| HSL | 37.46º | 0.89% | 0.38% | - |
| HSV(B) | 37.46º | 0.94% | 0.72% | - |
| XYZ | 26.42 | 23.41 | 3.44 | - |
| YUV | 126.12 | 63.03 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 11 | 0 | 0.35 | 0.94 | 0.28 | 37.46 | 0.89 | 0.38 |
| Hex | B8 | 77 | B | 0 | 23 | 5E | 1C | 25 | 59 | 26 |
| Octal | 270 | 167 | 13 | 0 | 43 | 136 | 34 | 45 | 131 | 46 |
| Binary | 10111000 | 1110111 | 1011 | 0 | 100011 | 1011110 | 11100 | 100101 | 1011001 | 100110 |
Color Harmonies of #B8770B
Complementary color
Monochromatic Colors of #B8770B
Black with #B8770B
Text Example
Text Example
White with #B8770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8770B; }
p { color: rgb(184,119,11); }
H1.HeaderClassName
{
color: #B8770B;
}
.AnyTagClassName
{
color: #B8770B;
}
</style>
background-color css
<style>
a { background-color: #B8770B; }
a { background-color: rgb(184,119,11); }
div.DivClassName
{
background-color: #B8770B;
}
.BgClassName
{
background-color: #B8770B;
}
</style>
border-color css
<style>
span { border-color: #B8770B; }
span { border-color: rgb(184,119,11); }
td.TdClassName
{
border-color: #B8770B;
}
.TagClassName
{
border-color: #B8770B;
}
</style>