Shades of Dark Goldenrod #B76F01
Tints of Dark Goldenrod #B76F01
RGB
CMYK
RGB Variations
Color information
#B76F01 (or 0xB76F01) is known color: Dark Goldenrod. HEX triplet: B7, 6F and 01. RGB value is (183,111,1). Sum of RGB (Red+Green+Blue) = 183+111+1=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76F01 is #4890FE. Grayscale: #787878. Windows color (decimal): -4755711 or 94135. OLE color: 94135.
HSL color Cylindrical-coordinate representation of color #B76F01: hue angle of 36.26º 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 #B76F01 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.28 |
| HSL | 36.26º | 0.99% | 0.36% | - |
| HSV(B) | 36.26º | 0.99% | 0.72% | - |
| XYZ | 25.22 | 21.44 | 2.84 | - |
| YUV | 119.99 | 60.85 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 1 | 0 | 0.39 | 0.99 | 0.28 | 36.26 | 0.99 | 0.36 |
| Hex | B7 | 6F | 1 | 0 | 27 | 63 | 1C | 24 | 63 | 24 |
| Octal | 267 | 157 | 1 | 0 | 47 | 143 | 34 | 44 | 143 | 44 |
| Binary | 10110111 | 1101111 | 1 | 0 | 100111 | 1100011 | 11100 | 100100 | 1100011 | 100100 |
Color Harmonies of #B76F01
Complementary color
Monochromatic Colors of #B76F01
Black with #B76F01
Text Example
Text Example
White with #B76F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F01; }
p { color: rgb(183,111,1); }
H1.HeaderClassName
{
color: #B76F01;
}
.AnyTagClassName
{
color: #B76F01;
}
</style>
background-color css
<style>
a { background-color: #B76F01; }
a { background-color: rgb(183,111,1); }
div.DivClassName
{
background-color: #B76F01;
}
.BgClassName
{
background-color: #B76F01;
}
</style>
border-color css
<style>
span { border-color: #B76F01; }
span { border-color: rgb(183,111,1); }
td.TdClassName
{
border-color: #B76F01;
}
.TagClassName
{
border-color: #B76F01;
}
</style>