Shades of Dark Goldenrod #B76A09
Tints of Dark Goldenrod #B76A09
RGB
CMYK
RGB Variations
Color information
#B76A09 (or 0xB76A09) is known color: Dark Goldenrod. HEX triplet: B7, 6A and 09. RGB value is (183,106,9). Sum of RGB (Red+Green+Blue) = 183+106+9=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76A09 is #4895F6. Grayscale: #767676. Windows color (decimal): -4756983 or 617143. OLE color: 617143.
HSL color Cylindrical-coordinate representation of color #B76A09: hue angle of 33.45º 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 #B76A09 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 9 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.28 |
| HSL | 33.45º | 0.91% | 0.38% | - |
| HSV(B) | 33.45º | 0.95% | 0.72% | - |
| XYZ | 24.73 | 20.4 | 2.89 | - |
| YUV | 117.97 | 66.51 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 9 | 0 | 0.42 | 0.95 | 0.28 | 33.45 | 0.91 | 0.38 |
| Hex | B7 | 6A | 9 | 0 | 2A | 5F | 1C | 21 | 5B | 26 |
| Octal | 267 | 152 | 11 | 0 | 52 | 137 | 34 | 41 | 133 | 46 |
| Binary | 10110111 | 1101010 | 1001 | 0 | 101010 | 1011111 | 11100 | 100001 | 1011011 | 100110 |
Color Harmonies of #B76A09
Complementary color
Monochromatic Colors of #B76A09
Black with #B76A09
Text Example
Text Example
White with #B76A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A09; }
p { color: rgb(183,106,9); }
H1.HeaderClassName
{
color: #B76A09;
}
.AnyTagClassName
{
color: #B76A09;
}
</style>
background-color css
<style>
a { background-color: #B76A09; }
a { background-color: rgb(183,106,9); }
div.DivClassName
{
background-color: #B76A09;
}
.BgClassName
{
background-color: #B76A09;
}
</style>
border-color css
<style>
span { border-color: #B76A09; }
span { border-color: rgb(183,106,9); }
td.TdClassName
{
border-color: #B76A09;
}
.TagClassName
{
border-color: #B76A09;
}
</style>