Shades of Dark Goldenrod #B76C09
Tints of Dark Goldenrod #B76C09
RGB
CMYK
RGB Variations
Color information
#B76C09 (or 0xB76C09) is known color: Dark Goldenrod. HEX triplet: B7, 6C and 09. RGB value is (183,108,9). Sum of RGB (Red+Green+Blue) = 183+108+9=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C09 is #4893F6. Grayscale: #777777. Windows color (decimal): -4756471 or 617655. OLE color: 617655.
HSL color Cylindrical-coordinate representation of color #B76C09: hue angle of 34.14º 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 #B76C09 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 108 | 9 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.28 |
| HSL | 34.14º | 0.91% | 0.38% | - |
| HSV(B) | 34.14º | 0.95% | 0.72% | - |
| XYZ | 24.94 | 20.81 | 2.96 | - |
| YUV | 119.14 | 65.85 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 9 | 0 | 0.41 | 0.95 | 0.28 | 34.14 | 0.91 | 0.38 |
| Hex | B7 | 6C | 9 | 0 | 29 | 5F | 1C | 22 | 5B | 26 |
| Octal | 267 | 154 | 11 | 0 | 51 | 137 | 34 | 42 | 133 | 46 |
| Binary | 10110111 | 1101100 | 1001 | 0 | 101001 | 1011111 | 11100 | 100010 | 1011011 | 100110 |
Color Harmonies of #B76C09
Complementary color
Monochromatic Colors of #B76C09
Black with #B76C09
Text Example
Text Example
White with #B76C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76C09; }
p { color: rgb(183,108,9); }
H1.HeaderClassName
{
color: #B76C09;
}
.AnyTagClassName
{
color: #B76C09;
}
</style>
background-color css
<style>
a { background-color: #B76C09; }
a { background-color: rgb(183,108,9); }
div.DivClassName
{
background-color: #B76C09;
}
.BgClassName
{
background-color: #B76C09;
}
</style>
border-color css
<style>
span { border-color: #B76C09; }
span { border-color: rgb(183,108,9); }
td.TdClassName
{
border-color: #B76C09;
}
.TagClassName
{
border-color: #B76C09;
}
</style>