Shades of Dark Goldenrod #B76C0B
Tints of Dark Goldenrod #B76C0B
RGB
CMYK
RGB Variations
Color information
#B76C0B (or 0xB76C0B) is known color: Dark Goldenrod. HEX triplet: B7, 6C and 0B. RGB value is (183,108,11). Sum of RGB (Red+Green+Blue) = 183+108+11=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C0B is #4893F4. Grayscale: #777777. Windows color (decimal): -4756469 or 748727. OLE color: 748727.
HSL color Cylindrical-coordinate representation of color #B76C0B: hue angle of 33.84º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B76C0B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 11 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.28 |
| HSL | 33.84º | 0.89% | 0.38% | - |
| HSV(B) | 33.84º | 0.94% | 0.72% | - |
| XYZ | 24.95 | 20.82 | 3.02 | - |
| YUV | 119.37 | 66.85 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 11 | 0 | 0.41 | 0.94 | 0.28 | 33.84 | 0.89 | 0.38 |
| Hex | B7 | 6C | B | 0 | 29 | 5E | 1C | 22 | 59 | 26 |
| Octal | 267 | 154 | 13 | 0 | 51 | 136 | 34 | 42 | 131 | 46 |
| Binary | 10110111 | 1101100 | 1011 | 0 | 101001 | 1011110 | 11100 | 100010 | 1011001 | 100110 |
Color Harmonies of #B76C0B
Complementary color
Monochromatic Colors of #B76C0B
Black with #B76C0B
Text Example
Text Example
White with #B76C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C0B; }
p { color: rgb(183,108,11); }
H1.HeaderClassName
{
color: #B76C0B;
}
.AnyTagClassName
{
color: #B76C0B;
}
</style>
background-color css
<style>
a { background-color: #B76C0B; }
a { background-color: rgb(183,108,11); }
div.DivClassName
{
background-color: #B76C0B;
}
.BgClassName
{
background-color: #B76C0B;
}
</style>
border-color css
<style>
span { border-color: #B76C0B; }
span { border-color: rgb(183,108,11); }
td.TdClassName
{
border-color: #B76C0B;
}
.TagClassName
{
border-color: #B76C0B;
}
</style>