Shades of Dark Goldenrod #B76F11
Tints of Dark Goldenrod #B76F11
RGB
CMYK
RGB Variations
Color information
#B76F11 (or 0xB76F11) is known color: Dark Goldenrod. HEX triplet: B7, 6F and 11. RGB value is (183,111,17). Sum of RGB (Red+Green+Blue) = 183+111+17=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76F11 is #4890EE. Grayscale: #7A7A7A. Windows color (decimal): -4755695 or 1142711. OLE color: 1142711.
HSL color Cylindrical-coordinate representation of color #B76F11: hue angle of 33.98º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B76F11 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 17 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.28 |
| HSL | 33.98º | 0.83% | 0.39% | - |
| HSV(B) | 33.98º | 0.91% | 0.72% | - |
| XYZ | 25.31 | 21.48 | 3.34 | - |
| YUV | 121.81 | 68.85 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 17 | 0 | 0.39 | 0.91 | 0.28 | 33.98 | 0.83 | 0.39 |
| Hex | B7 | 6F | 11 | 0 | 27 | 5B | 1C | 22 | 53 | 27 |
| Octal | 267 | 157 | 21 | 0 | 47 | 133 | 34 | 42 | 123 | 47 |
| Binary | 10110111 | 1101111 | 10001 | 0 | 100111 | 1011011 | 11100 | 100010 | 1010011 | 100111 |
Color Harmonies of #B76F11
Complementary color
Monochromatic Colors of #B76F11
Black with #B76F11
Text Example
Text Example
White with #B76F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F11; }
p { color: rgb(183,111,17); }
H1.HeaderClassName
{
color: #B76F11;
}
.AnyTagClassName
{
color: #B76F11;
}
</style>
background-color css
<style>
a { background-color: #B76F11; }
a { background-color: rgb(183,111,17); }
div.DivClassName
{
background-color: #B76F11;
}
.BgClassName
{
background-color: #B76F11;
}
</style>
border-color css
<style>
span { border-color: #B76F11; }
span { border-color: rgb(183,111,17); }
td.TdClassName
{
border-color: #B76F11;
}
.TagClassName
{
border-color: #B76F11;
}
</style>