Shades of Dark Goldenrod #B76C0E
Tints of Dark Goldenrod #B76C0E
RGB
CMYK
RGB Variations
Color information
#B76C0E (or 0xB76C0E) is known color: Dark Goldenrod. HEX triplet: B7, 6C and 0E. RGB value is (183,108,14). Sum of RGB (Red+Green+Blue) = 183+108+14=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C0E is #4893F1. Grayscale: #787878. Windows color (decimal): -4756466 or 945335. OLE color: 945335.
HSL color Cylindrical-coordinate representation of color #B76C0E: hue angle of 33.37º 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 #B76C0E is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 14 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.28 |
| HSL | 33.37º | 0.86% | 0.39% | - |
| HSV(B) | 33.37º | 0.92% | 0.72% | - |
| XYZ | 24.97 | 20.82 | 3.12 | - |
| YUV | 119.71 | 68.35 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 14 | 0 | 0.41 | 0.92 | 0.28 | 33.37 | 0.86 | 0.39 |
| Hex | B7 | 6C | E | 0 | 29 | 5C | 1C | 21 | 56 | 27 |
| Octal | 267 | 154 | 16 | 0 | 51 | 134 | 34 | 41 | 126 | 47 |
| Binary | 10110111 | 1101100 | 1110 | 0 | 101001 | 1011100 | 11100 | 100001 | 1010110 | 100111 |
Color Harmonies of #B76C0E
Complementary color
Monochromatic Colors of #B76C0E
Black with #B76C0E
Text Example
Text Example
White with #B76C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C0E; }
p { color: rgb(183,108,14); }
H1.HeaderClassName
{
color: #B76C0E;
}
.AnyTagClassName
{
color: #B76C0E;
}
</style>
background-color css
<style>
a { background-color: #B76C0E; }
a { background-color: rgb(183,108,14); }
div.DivClassName
{
background-color: #B76C0E;
}
.BgClassName
{
background-color: #B76C0E;
}
</style>
border-color css
<style>
span { border-color: #B76C0E; }
span { border-color: rgb(183,108,14); }
td.TdClassName
{
border-color: #B76C0E;
}
.TagClassName
{
border-color: #B76C0E;
}
</style>