Shades of Dark Goldenrod #B76E02
Tints of Dark Goldenrod #B76E02
RGB
CMYK
RGB Variations
Color information
#B76E02 (or 0xB76E02) is known color: Dark Goldenrod. HEX triplet: B7, 6E and 02. RGB value is (183,110,2). Sum of RGB (Red+Green+Blue) = 183+110+2=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76E02 is #4891FD. Grayscale: #787878. Windows color (decimal): -4755966 or 159415. OLE color: 159415.
HSL color Cylindrical-coordinate representation of color #B76E02: hue angle of 35.8º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B76E02 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.28 |
| HSL | 35.8º | 0.98% | 0.36% | - |
| HSV(B) | 35.8º | 0.99% | 0.72% | - |
| XYZ | 25.12 | 21.22 | 2.83 | - |
| YUV | 119.52 | 61.68 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 2 | 0 | 0.40 | 0.99 | 0.28 | 35.8 | 0.98 | 0.36 |
| Hex | B7 | 6E | 2 | 0 | 28 | 63 | 1C | 24 | 62 | 24 |
| Octal | 267 | 156 | 2 | 0 | 50 | 143 | 34 | 44 | 142 | 44 |
| Binary | 10110111 | 1101110 | 10 | 0 | 101000 | 1100011 | 11100 | 100100 | 1100010 | 100100 |
Color Harmonies of #B76E02
Complementary color
Monochromatic Colors of #B76E02
Black with #B76E02
Text Example
Text Example
White with #B76E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E02; }
p { color: rgb(183,110,2); }
H1.HeaderClassName
{
color: #B76E02;
}
.AnyTagClassName
{
color: #B76E02;
}
</style>
background-color css
<style>
a { background-color: #B76E02; }
a { background-color: rgb(183,110,2); }
div.DivClassName
{
background-color: #B76E02;
}
.BgClassName
{
background-color: #B76E02;
}
</style>
border-color css
<style>
span { border-color: #B76E02; }
span { border-color: rgb(183,110,2); }
td.TdClassName
{
border-color: #B76E02;
}
.TagClassName
{
border-color: #B76E02;
}
</style>