Shades of Dark Goldenrod #B76C00
Tints of Dark Goldenrod #B76C00
RGB
CMYK
RGB Variations
Color information
#B76C00 (or 0xB76C00) is known color: Dark Goldenrod. HEX triplet: B7, 6C and 00. RGB value is (183,108,0). Sum of RGB (Red+Green+Blue) = 183+108+0=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C00 is #4893FF. Grayscale: #767676. Windows color (decimal): -4756480 or 27831. OLE color: 27831.
HSL color Cylindrical-coordinate representation of color #B76C00: hue angle of 35.41º 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 #B76C00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.28 |
| HSL | 35.41º | 1% | 0.36% | - |
| HSV(B) | 35.41º | 1% | 0.72% | - |
| XYZ | 24.89 | 20.79 | 2.7 | - |
| YUV | 118.11 | 61.35 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 0 | 0 | 0.41 | 1 | 0.28 | 35.41 | 1 | 0.36 |
| Hex | B7 | 6C | 0 | 0 | 29 | 64 | 1C | 23 | 64 | 24 |
| Octal | 267 | 154 | 0 | 0 | 51 | 144 | 34 | 43 | 144 | 44 |
| Binary | 10110111 | 1101100 | 0 | 0 | 101001 | 1100100 | 11100 | 100011 | 1100100 | 100100 |
Color Harmonies of #B76C00
Complementary color
Monochromatic Colors of #B76C00
Black with #B76C00
Text Example
Text Example
White with #B76C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C00; }
p { color: rgb(183,108,0); }
H1.HeaderClassName
{
color: #B76C00;
}
.AnyTagClassName
{
color: #B76C00;
}
</style>
background-color css
<style>
a { background-color: #B76C00; }
a { background-color: rgb(183,108,0); }
div.DivClassName
{
background-color: #B76C00;
}
.BgClassName
{
background-color: #B76C00;
}
</style>
border-color css
<style>
span { border-color: #B76C00; }
span { border-color: rgb(183,108,0); }
td.TdClassName
{
border-color: #B76C00;
}
.TagClassName
{
border-color: #B76C00;
}
</style>