Shades of Dark Goldenrod #B76D09
Tints of Dark Goldenrod #B76D09
RGB
CMYK
RGB Variations
Color information
#B76D09 (or 0xB76D09) is known color: Dark Goldenrod. HEX triplet: B7, 6D and 09. RGB value is (183,109,9). Sum of RGB (Red+Green+Blue) = 183+109+9=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76D09 is #4892F6. Grayscale: #787878. Windows color (decimal): -4756215 or 617911. OLE color: 617911.
HSL color Cylindrical-coordinate representation of color #B76D09: hue angle of 34.48º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B76D09 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 9 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.28 |
| HSL | 34.48º | 0.91% | 0.38% | - |
| HSV(B) | 34.48º | 0.95% | 0.72% | - |
| XYZ | 25.05 | 21.02 | 3 | - |
| YUV | 119.73 | 65.52 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 9 | 0 | 0.40 | 0.95 | 0.28 | 34.48 | 0.91 | 0.38 |
| Hex | B7 | 6D | 9 | 0 | 28 | 5F | 1C | 22 | 5B | 26 |
| Octal | 267 | 155 | 11 | 0 | 50 | 137 | 34 | 42 | 133 | 46 |
| Binary | 10110111 | 1101101 | 1001 | 0 | 101000 | 1011111 | 11100 | 100010 | 1011011 | 100110 |
Color Harmonies of #B76D09
Complementary color
Monochromatic Colors of #B76D09
Black with #B76D09
Text Example
Text Example
White with #B76D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D09; }
p { color: rgb(183,109,9); }
H1.HeaderClassName
{
color: #B76D09;
}
.AnyTagClassName
{
color: #B76D09;
}
</style>
background-color css
<style>
a { background-color: #B76D09; }
a { background-color: rgb(183,109,9); }
div.DivClassName
{
background-color: #B76D09;
}
.BgClassName
{
background-color: #B76D09;
}
</style>
border-color css
<style>
span { border-color: #B76D09; }
span { border-color: rgb(183,109,9); }
td.TdClassName
{
border-color: #B76D09;
}
.TagClassName
{
border-color: #B76D09;
}
</style>