Shades of Dark Goldenrod #B76C02
Tints of Dark Goldenrod #B76C02
RGB
CMYK
RGB Variations
Color information
#B76C02 (or 0xB76C02) is known color: Dark Goldenrod. HEX triplet: B7, 6C and 02. RGB value is (183,108,2). Sum of RGB (Red+Green+Blue) = 183+108+2=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C02 is #4893FD. Grayscale: #767676. Windows color (decimal): -4756478 or 158903. OLE color: 158903.
HSL color Cylindrical-coordinate representation of color #B76C02: hue angle of 35.14º 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 #B76C02 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.28 |
| HSL | 35.14º | 0.98% | 0.36% | - |
| HSV(B) | 35.14º | 0.99% | 0.72% | - |
| XYZ | 24.9 | 20.8 | 2.76 | - |
| YUV | 118.34 | 62.35 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 2 | 0 | 0.41 | 0.99 | 0.28 | 35.14 | 0.98 | 0.36 |
| Hex | B7 | 6C | 2 | 0 | 29 | 63 | 1C | 23 | 62 | 24 |
| Octal | 267 | 154 | 2 | 0 | 51 | 143 | 34 | 43 | 142 | 44 |
| Binary | 10110111 | 1101100 | 10 | 0 | 101001 | 1100011 | 11100 | 100011 | 1100010 | 100100 |
Color Harmonies of #B76C02
Complementary color
Monochromatic Colors of #B76C02
Black with #B76C02
Text Example
Text Example
White with #B76C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C02; }
p { color: rgb(183,108,2); }
H1.HeaderClassName
{
color: #B76C02;
}
.AnyTagClassName
{
color: #B76C02;
}
</style>
background-color css
<style>
a { background-color: #B76C02; }
a { background-color: rgb(183,108,2); }
div.DivClassName
{
background-color: #B76C02;
}
.BgClassName
{
background-color: #B76C02;
}
</style>
border-color css
<style>
span { border-color: #B76C02; }
span { border-color: rgb(183,108,2); }
td.TdClassName
{
border-color: #B76C02;
}
.TagClassName
{
border-color: #B76C02;
}
</style>