Shades of Dark Goldenrod #B06F05
Tints of Dark Goldenrod #B06F05
RGB
CMYK
RGB Variations
Color information
#B06F05 (or 0xB06F05) is known color: Dark Goldenrod. HEX triplet: B0, 6F and 05. RGB value is (176,111,5). Sum of RGB (Red+Green+Blue) = 176+111+5=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06F05 is #4F90FA. Grayscale: #767676. Windows color (decimal): -5214459 or 356272. OLE color: 356272.
HSL color Cylindrical-coordinate representation of color #B06F05: hue angle of 37.19º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B06F05 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 5 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.31 |
| HSL | 37.19º | 0.94% | 0.35% | - |
| HSV(B) | 37.19º | 0.97% | 0.69% | - |
| XYZ | 23.62 | 20.61 | 2.88 | - |
| YUV | 118.35 | 64.03 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 5 | 0 | 0.37 | 0.97 | 0.31 | 37.19 | 0.94 | 0.35 |
| Hex | B0 | 6F | 5 | 0 | 25 | 61 | 1F | 25 | 5E | 23 |
| Octal | 260 | 157 | 5 | 0 | 45 | 141 | 37 | 45 | 136 | 43 |
| Binary | 10110000 | 1101111 | 101 | 0 | 100101 | 1100001 | 11111 | 100101 | 1011110 | 100011 |
Color Harmonies of #B06F05
Complementary color
Monochromatic Colors of #B06F05
Black with #B06F05
Text Example
Text Example
White with #B06F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F05; }
p { color: rgb(176,111,5); }
H1.HeaderClassName
{
color: #B06F05;
}
.AnyTagClassName
{
color: #B06F05;
}
</style>
background-color css
<style>
a { background-color: #B06F05; }
a { background-color: rgb(176,111,5); }
div.DivClassName
{
background-color: #B06F05;
}
.BgClassName
{
background-color: #B06F05;
}
</style>
border-color css
<style>
span { border-color: #B06F05; }
span { border-color: rgb(176,111,5); }
td.TdClassName
{
border-color: #B06F05;
}
.TagClassName
{
border-color: #B06F05;
}
</style>