Shades of Dark Goldenrod #B76F00
Tints of Dark Goldenrod #B76F00
RGB
CMYK
RGB Variations
Color information
#B76F00 (or 0xB76F00) is known color: Dark Goldenrod. HEX triplet: B7, 6F and 00. RGB value is (183,111,0). Sum of RGB (Red+Green+Blue) = 183+111+0=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76F00 is #4890FF. Grayscale: #787878. Windows color (decimal): -4755712 or 28599. OLE color: 28599.
HSL color Cylindrical-coordinate representation of color #B76F00: hue angle of 36.39º 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 #B76F00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.28 |
| HSL | 36.39º | 1% | 0.36% | - |
| HSV(B) | 36.39º | 1% | 0.72% | - |
| XYZ | 25.21 | 21.44 | 2.81 | - |
| YUV | 119.87 | 60.35 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 0 | 0 | 0.39 | 1 | 0.28 | 36.39 | 1 | 0.36 |
| Hex | B7 | 6F | 0 | 0 | 27 | 64 | 1C | 24 | 64 | 24 |
| Octal | 267 | 157 | 0 | 0 | 47 | 144 | 34 | 44 | 144 | 44 |
| Binary | 10110111 | 1101111 | 0 | 0 | 100111 | 1100100 | 11100 | 100100 | 1100100 | 100100 |
Color Harmonies of #B76F00
Complementary color
Monochromatic Colors of #B76F00
Black with #B76F00
Text Example
Text Example
White with #B76F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F00; }
p { color: rgb(183,111,0); }
H1.HeaderClassName
{
color: #B76F00;
}
.AnyTagClassName
{
color: #B76F00;
}
</style>
background-color css
<style>
a { background-color: #B76F00; }
a { background-color: rgb(183,111,0); }
div.DivClassName
{
background-color: #B76F00;
}
.BgClassName
{
background-color: #B76F00;
}
</style>
border-color css
<style>
span { border-color: #B76F00; }
span { border-color: rgb(183,111,0); }
td.TdClassName
{
border-color: #B76F00;
}
.TagClassName
{
border-color: #B76F00;
}
</style>