Shades of Dark Goldenrod #B78E0B
Tints of Dark Goldenrod #B78E0B
RGB
CMYK
RGB Variations
Color information
#B78E0B (or 0xB78E0B) is known color: Dark Goldenrod. HEX triplet: B7, 8E and 0B. RGB value is (183,142,11). Sum of RGB (Red+Green+Blue) = 183+142+11=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78E0B is #4871F4. Grayscale: #8B8B8B. Windows color (decimal): -4747765 or 757431. OLE color: 757431.
HSL color Cylindrical-coordinate representation of color #B78E0B: hue angle of 45.7º 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 #B78E0B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 142 | 11 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.28 |
| HSL | 45.7º | 0.89% | 0.38% | - |
| HSV(B) | 45.7º | 0.94% | 0.72% | - |
| XYZ | 29.26 | 29.44 | 4.46 | - |
| YUV | 139.33 | 55.58 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 11 | 0 | 0.22 | 0.94 | 0.28 | 45.7 | 0.89 | 0.38 |
| Hex | B7 | 8E | B | 0 | 16 | 5E | 1C | 2E | 59 | 26 |
| Octal | 267 | 216 | 13 | 0 | 26 | 136 | 34 | 56 | 131 | 46 |
| Binary | 10110111 | 10001110 | 1011 | 0 | 10110 | 1011110 | 11100 | 101110 | 1011001 | 100110 |
Color Harmonies of #B78E0B
Complementary color
Monochromatic Colors of #B78E0B
Black with #B78E0B
Text Example
Text Example
White with #B78E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78E0B; }
p { color: rgb(183,142,11); }
H1.HeaderClassName
{
color: #B78E0B;
}
.AnyTagClassName
{
color: #B78E0B;
}
</style>
background-color css
<style>
a { background-color: #B78E0B; }
a { background-color: rgb(183,142,11); }
div.DivClassName
{
background-color: #B78E0B;
}
.BgClassName
{
background-color: #B78E0B;
}
</style>
border-color css
<style>
span { border-color: #B78E0B; }
span { border-color: rgb(183,142,11); }
td.TdClassName
{
border-color: #B78E0B;
}
.TagClassName
{
border-color: #B78E0B;
}
</style>