Shades of Dark Goldenrod #B06E09
Tints of Dark Goldenrod #B06E09
RGB
CMYK
RGB Variations
Color information
#B06E09 (or 0xB06E09) is known color: Dark Goldenrod. HEX triplet: B0, 6E and 09. RGB value is (176,110,9). Sum of RGB (Red+Green+Blue) = 176+110+9=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06E09 is #4F91F6. Grayscale: #767676. Windows color (decimal): -5214711 or 618160. OLE color: 618160.
HSL color Cylindrical-coordinate representation of color #B06E09: hue angle of 36.29º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B06E09 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 9 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.31 |
| HSL | 36.29º | 0.9% | 0.36% | - |
| HSV(B) | 36.29º | 0.95% | 0.69% | - |
| XYZ | 23.53 | 20.4 | 2.96 | - |
| YUV | 118.22 | 66.37 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 9 | 0 | 0.37 | 0.95 | 0.31 | 36.29 | 0.9 | 0.36 |
| Hex | B0 | 6E | 9 | 0 | 25 | 5F | 1F | 24 | 5A | 24 |
| Octal | 260 | 156 | 11 | 0 | 45 | 137 | 37 | 44 | 132 | 44 |
| Binary | 10110000 | 1101110 | 1001 | 0 | 100101 | 1011111 | 11111 | 100100 | 1011010 | 100100 |
Color Harmonies of #B06E09
Complementary color
Monochromatic Colors of #B06E09
Black with #B06E09
Text Example
Text Example
White with #B06E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E09; }
p { color: rgb(176,110,9); }
H1.HeaderClassName
{
color: #B06E09;
}
.AnyTagClassName
{
color: #B06E09;
}
</style>
background-color css
<style>
a { background-color: #B06E09; }
a { background-color: rgb(176,110,9); }
div.DivClassName
{
background-color: #B06E09;
}
.BgClassName
{
background-color: #B06E09;
}
</style>
border-color css
<style>
span { border-color: #B06E09; }
span { border-color: rgb(176,110,9); }
td.TdClassName
{
border-color: #B06E09;
}
.TagClassName
{
border-color: #B06E09;
}
</style>