Shades of Dark Goldenrod #B06F0C
Tints of Dark Goldenrod #B06F0C
RGB
CMYK
RGB Variations
Color information
#B06F0C (or 0xB06F0C) is known color: Dark Goldenrod. HEX triplet: B0, 6F and 0C. RGB value is (176,111,12). Sum of RGB (Red+Green+Blue) = 176+111+12=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06F0C is #4F90F3. Grayscale: #777777. Windows color (decimal): -5214452 or 815024. OLE color: 815024.
HSL color Cylindrical-coordinate representation of color #B06F0C: hue angle of 36.22º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B06F0C is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 12 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.31 |
| HSL | 36.22º | 0.87% | 0.37% | - |
| HSV(B) | 36.22º | 0.93% | 0.69% | - |
| XYZ | 23.66 | 20.63 | 3.08 | - |
| YUV | 119.15 | 67.53 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 12 | 0 | 0.37 | 0.93 | 0.31 | 36.22 | 0.87 | 0.37 |
| Hex | B0 | 6F | C | 0 | 25 | 5D | 1F | 24 | 57 | 25 |
| Octal | 260 | 157 | 14 | 0 | 45 | 135 | 37 | 44 | 127 | 45 |
| Binary | 10110000 | 1101111 | 1100 | 0 | 100101 | 1011101 | 11111 | 100100 | 1010111 | 100101 |
Color Harmonies of #B06F0C
Complementary color
Monochromatic Colors of #B06F0C
Black with #B06F0C
Text Example
Text Example
White with #B06F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F0C; }
p { color: rgb(176,111,12); }
H1.HeaderClassName
{
color: #B06F0C;
}
.AnyTagClassName
{
color: #B06F0C;
}
</style>
background-color css
<style>
a { background-color: #B06F0C; }
a { background-color: rgb(176,111,12); }
div.DivClassName
{
background-color: #B06F0C;
}
.BgClassName
{
background-color: #B06F0C;
}
</style>
border-color css
<style>
span { border-color: #B06F0C; }
span { border-color: rgb(176,111,12); }
td.TdClassName
{
border-color: #B06F0C;
}
.TagClassName
{
border-color: #B06F0C;
}
</style>