Shades of Dark Goldenrod #B76B0E
Tints of Dark Goldenrod #B76B0E
RGB
CMYK
RGB Variations
Color information
#B76B0E (or 0xB76B0E) is known color: Dark Goldenrod. HEX triplet: B7, 6B and 0E. RGB value is (183,107,14). Sum of RGB (Red+Green+Blue) = 183+107+14=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76B0E is #4894F1. Grayscale: #777777. Windows color (decimal): -4756722 or 945079. OLE color: 945079.
HSL color Cylindrical-coordinate representation of color #B76B0E: hue angle of 33.02º 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 #B76B0E is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 107 | 14 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.28 |
| HSL | 33.02º | 0.86% | 0.39% | - |
| HSV(B) | 33.02º | 0.92% | 0.72% | - |
| XYZ | 24.87 | 20.61 | 3.08 | - |
| YUV | 119.12 | 68.68 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 14 | 0 | 0.42 | 0.92 | 0.28 | 33.02 | 0.86 | 0.39 |
| Hex | B7 | 6B | E | 0 | 2A | 5C | 1C | 21 | 56 | 27 |
| Octal | 267 | 153 | 16 | 0 | 52 | 134 | 34 | 41 | 126 | 47 |
| Binary | 10110111 | 1101011 | 1110 | 0 | 101010 | 1011100 | 11100 | 100001 | 1010110 | 100111 |
Color Harmonies of #B76B0E
Complementary color
Monochromatic Colors of #B76B0E
Black with #B76B0E
Text Example
Text Example
White with #B76B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76B0E; }
p { color: rgb(183,107,14); }
H1.HeaderClassName
{
color: #B76B0E;
}
.AnyTagClassName
{
color: #B76B0E;
}
</style>
background-color css
<style>
a { background-color: #B76B0E; }
a { background-color: rgb(183,107,14); }
div.DivClassName
{
background-color: #B76B0E;
}
.BgClassName
{
background-color: #B76B0E;
}
</style>
border-color css
<style>
span { border-color: #B76B0E; }
span { border-color: rgb(183,107,14); }
td.TdClassName
{
border-color: #B76B0E;
}
.TagClassName
{
border-color: #B76B0E;
}
</style>