Shades of Dark Goldenrod #B76F0E
Tints of Dark Goldenrod #B76F0E
RGB
CMYK
RGB Variations
Color information
#B76F0E (or 0xB76F0E) is known color: Dark Goldenrod. HEX triplet: B7, 6F and 0E. RGB value is (183,111,14). Sum of RGB (Red+Green+Blue) = 183+111+14=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76F0E is #4890F1. Grayscale: #797979. Windows color (decimal): -4755698 or 946103. OLE color: 946103.
HSL color Cylindrical-coordinate representation of color #B76F0E: hue angle of 34.44º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B76F0E is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 14 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.28 |
| HSL | 34.44º | 0.86% | 0.39% | - |
| HSV(B) | 34.44º | 0.92% | 0.72% | - |
| XYZ | 25.29 | 21.47 | 3.23 | - |
| YUV | 121.47 | 67.35 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 14 | 0 | 0.39 | 0.92 | 0.28 | 34.44 | 0.86 | 0.39 |
| Hex | B7 | 6F | E | 0 | 27 | 5C | 1C | 22 | 56 | 27 |
| Octal | 267 | 157 | 16 | 0 | 47 | 134 | 34 | 42 | 126 | 47 |
| Binary | 10110111 | 1101111 | 1110 | 0 | 100111 | 1011100 | 11100 | 100010 | 1010110 | 100111 |
Color Harmonies of #B76F0E
Complementary color
Monochromatic Colors of #B76F0E
Black with #B76F0E
Text Example
Text Example
White with #B76F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F0E; }
p { color: rgb(183,111,14); }
H1.HeaderClassName
{
color: #B76F0E;
}
.AnyTagClassName
{
color: #B76F0E;
}
</style>
background-color css
<style>
a { background-color: #B76F0E; }
a { background-color: rgb(183,111,14); }
div.DivClassName
{
background-color: #B76F0E;
}
.BgClassName
{
background-color: #B76F0E;
}
</style>
border-color css
<style>
span { border-color: #B76F0E; }
span { border-color: rgb(183,111,14); }
td.TdClassName
{
border-color: #B76F0E;
}
.TagClassName
{
border-color: #B76F0E;
}
</style>