Shades of Dark Goldenrod #B76E08
Tints of Dark Goldenrod #B76E08
RGB
CMYK
RGB Variations
Color information
#B76E08 (or 0xB76E08) is known color: Dark Goldenrod. HEX triplet: B7, 6E and 08. RGB value is (183,110,8). Sum of RGB (Red+Green+Blue) = 183+110+8=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76E08 is #4891F7. Grayscale: #787878. Windows color (decimal): -4755960 or 552631. OLE color: 552631.
HSL color Cylindrical-coordinate representation of color #B76E08: hue angle of 34.97º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B76E08 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 8 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.28 |
| HSL | 34.97º | 0.92% | 0.37% | - |
| HSV(B) | 34.97º | 0.96% | 0.72% | - |
| XYZ | 25.15 | 21.24 | 3 | - |
| YUV | 120.2 | 64.68 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 8 | 0 | 0.40 | 0.96 | 0.28 | 34.97 | 0.92 | 0.37 |
| Hex | B7 | 6E | 8 | 0 | 28 | 60 | 1C | 23 | 5C | 25 |
| Octal | 267 | 156 | 10 | 0 | 50 | 140 | 34 | 43 | 134 | 45 |
| Binary | 10110111 | 1101110 | 1000 | 0 | 101000 | 1100000 | 11100 | 100011 | 1011100 | 100101 |
Color Harmonies of #B76E08
Complementary color
Monochromatic Colors of #B76E08
Black with #B76E08
Text Example
Text Example
White with #B76E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E08; }
p { color: rgb(183,110,8); }
H1.HeaderClassName
{
color: #B76E08;
}
.AnyTagClassName
{
color: #B76E08;
}
</style>
background-color css
<style>
a { background-color: #B76E08; }
a { background-color: rgb(183,110,8); }
div.DivClassName
{
background-color: #B76E08;
}
.BgClassName
{
background-color: #B76E08;
}
</style>
border-color css
<style>
span { border-color: #B76E08; }
span { border-color: rgb(183,110,8); }
td.TdClassName
{
border-color: #B76E08;
}
.TagClassName
{
border-color: #B76E08;
}
</style>