Shades of Dark Goldenrod #B76C01
Tints of Dark Goldenrod #B76C01
RGB
CMYK
RGB Variations
Color information
#B76C01 (or 0xB76C01) is known color: Dark Goldenrod. HEX triplet: B7, 6C and 01. RGB value is (183,108,1). Sum of RGB (Red+Green+Blue) = 183+108+1=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C01 is #4893FE. Grayscale: #767676. Windows color (decimal): -4756479 or 93367. OLE color: 93367.
HSL color Cylindrical-coordinate representation of color #B76C01: hue angle of 35.27º degrees, saturation: 0.99, 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 #B76C01 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.28 |
| HSL | 35.27º | 0.99% | 0.36% | - |
| HSV(B) | 35.27º | 0.99% | 0.72% | - |
| XYZ | 24.9 | 20.79 | 2.73 | - |
| YUV | 118.23 | 61.85 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 1 | 0 | 0.41 | 0.99 | 0.28 | 35.27 | 0.99 | 0.36 |
| Hex | B7 | 6C | 1 | 0 | 29 | 63 | 1C | 23 | 63 | 24 |
| Octal | 267 | 154 | 1 | 0 | 51 | 143 | 34 | 43 | 143 | 44 |
| Binary | 10110111 | 1101100 | 1 | 0 | 101001 | 1100011 | 11100 | 100011 | 1100011 | 100100 |
Color Harmonies of #B76C01
Complementary color
Monochromatic Colors of #B76C01
Black with #B76C01
Text Example
Text Example
White with #B76C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C01; }
p { color: rgb(183,108,1); }
H1.HeaderClassName
{
color: #B76C01;
}
.AnyTagClassName
{
color: #B76C01;
}
</style>
background-color css
<style>
a { background-color: #B76C01; }
a { background-color: rgb(183,108,1); }
div.DivClassName
{
background-color: #B76C01;
}
.BgClassName
{
background-color: #B76C01;
}
</style>
border-color css
<style>
span { border-color: #B76C01; }
span { border-color: rgb(183,108,1); }
td.TdClassName
{
border-color: #B76C01;
}
.TagClassName
{
border-color: #B76C01;
}
</style>