Shades of Dark Goldenrod #B76F0A
Tints of Dark Goldenrod #B76F0A
RGB
CMYK
RGB Variations
Color information
#B76F0A (or 0xB76F0A) is known color: Dark Goldenrod. HEX triplet: B7, 6F and 0A. RGB value is (183,111,10). Sum of RGB (Red+Green+Blue) = 183+111+10=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76F0A is #4890F5. Grayscale: #797979. Windows color (decimal): -4755702 or 683959. OLE color: 683959.
HSL color Cylindrical-coordinate representation of color #B76F0A: hue angle of 35.03º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B76F0A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.28 |
| HSL | 35.03º | 0.9% | 0.38% | - |
| HSV(B) | 35.03º | 0.95% | 0.72% | - |
| XYZ | 25.27 | 21.46 | 3.1 | - |
| YUV | 121.01 | 65.35 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 10 | 0 | 0.39 | 0.95 | 0.28 | 35.03 | 0.9 | 0.38 |
| Hex | B7 | 6F | A | 0 | 27 | 5F | 1C | 23 | 5A | 26 |
| Octal | 267 | 157 | 12 | 0 | 47 | 137 | 34 | 43 | 132 | 46 |
| Binary | 10110111 | 1101111 | 1010 | 0 | 100111 | 1011111 | 11100 | 100011 | 1011010 | 100110 |
Color Harmonies of #B76F0A
Complementary color
Monochromatic Colors of #B76F0A
Black with #B76F0A
Text Example
Text Example
White with #B76F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F0A; }
p { color: rgb(183,111,10); }
H1.HeaderClassName
{
color: #B76F0A;
}
.AnyTagClassName
{
color: #B76F0A;
}
</style>
background-color css
<style>
a { background-color: #B76F0A; }
a { background-color: rgb(183,111,10); }
div.DivClassName
{
background-color: #B76F0A;
}
.BgClassName
{
background-color: #B76F0A;
}
</style>
border-color css
<style>
span { border-color: #B76F0A; }
span { border-color: rgb(183,111,10); }
td.TdClassName
{
border-color: #B76F0A;
}
.TagClassName
{
border-color: #B76F0A;
}
</style>