Shades of Dark Goldenrod #B76E00
Tints of Dark Goldenrod #B76E00
RGB
CMYK
RGB Variations
Color information
#B76E00 (or 0xB76E00) is known color: Dark Goldenrod. HEX triplet: B7, 6E and 00. RGB value is (183,110,0). Sum of RGB (Red+Green+Blue) = 183+110+0=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76E00 is #4891FF. Grayscale: #777777. Windows color (decimal): -4755968 or 28343. OLE color: 28343.
HSL color Cylindrical-coordinate representation of color #B76E00: hue angle of 36.07º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B76E00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.28 |
| HSL | 36.07º | 1% | 0.36% | - |
| HSV(B) | 36.07º | 1% | 0.72% | - |
| XYZ | 25.1 | 21.22 | 2.77 | - |
| YUV | 119.29 | 60.68 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 0 | 0 | 0.40 | 1 | 0.28 | 36.07 | 1 | 0.36 |
| Hex | B7 | 6E | 0 | 0 | 28 | 64 | 1C | 24 | 64 | 24 |
| Octal | 267 | 156 | 0 | 0 | 50 | 144 | 34 | 44 | 144 | 44 |
| Binary | 10110111 | 1101110 | 0 | 0 | 101000 | 1100100 | 11100 | 100100 | 1100100 | 100100 |
Color Harmonies of #B76E00
Complementary color
Monochromatic Colors of #B76E00
Black with #B76E00
Text Example
Text Example
White with #B76E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E00; }
p { color: rgb(183,110,0); }
H1.HeaderClassName
{
color: #B76E00;
}
.AnyTagClassName
{
color: #B76E00;
}
</style>
background-color css
<style>
a { background-color: #B76E00; }
a { background-color: rgb(183,110,0); }
div.DivClassName
{
background-color: #B76E00;
}
.BgClassName
{
background-color: #B76E00;
}
</style>
border-color css
<style>
span { border-color: #B76E00; }
span { border-color: rgb(183,110,0); }
td.TdClassName
{
border-color: #B76E00;
}
.TagClassName
{
border-color: #B76E00;
}
</style>