Shades of Dark Goldenrod #B76D0F
Tints of Dark Goldenrod #B76D0F
RGB
CMYK
RGB Variations
Color information
#B76D0F (or 0xB76D0F) is known color: Dark Goldenrod. HEX triplet: B7, 6D and 0F. RGB value is (183,109,15). Sum of RGB (Red+Green+Blue) = 183+109+15=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76D0F is #4892F0. Grayscale: #787878. Windows color (decimal): -4756209 or 1011127. OLE color: 1011127.
HSL color Cylindrical-coordinate representation of color #B76D0F: hue angle of 33.57º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B76D0F is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 15 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.28 |
| HSL | 33.57º | 0.85% | 0.39% | - |
| HSV(B) | 33.57º | 0.92% | 0.72% | - |
| XYZ | 25.08 | 21.04 | 3.19 | - |
| YUV | 120.41 | 68.52 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 15 | 0 | 0.40 | 0.92 | 0.28 | 33.57 | 0.85 | 0.39 |
| Hex | B7 | 6D | F | 0 | 28 | 5C | 1C | 22 | 55 | 27 |
| Octal | 267 | 155 | 17 | 0 | 50 | 134 | 34 | 42 | 125 | 47 |
| Binary | 10110111 | 1101101 | 1111 | 0 | 101000 | 1011100 | 11100 | 100010 | 1010101 | 100111 |
Color Harmonies of #B76D0F
Complementary color
Monochromatic Colors of #B76D0F
Black with #B76D0F
Text Example
Text Example
White with #B76D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D0F; }
p { color: rgb(183,109,15); }
H1.HeaderClassName
{
color: #B76D0F;
}
.AnyTagClassName
{
color: #B76D0F;
}
</style>
background-color css
<style>
a { background-color: #B76D0F; }
a { background-color: rgb(183,109,15); }
div.DivClassName
{
background-color: #B76D0F;
}
.BgClassName
{
background-color: #B76D0F;
}
</style>
border-color css
<style>
span { border-color: #B76D0F; }
span { border-color: rgb(183,109,15); }
td.TdClassName
{
border-color: #B76D0F;
}
.TagClassName
{
border-color: #B76D0F;
}
</style>