Shades of Dark Goldenrod #B06F00
Tints of Dark Goldenrod #B06F00
RGB
CMYK
RGB Variations
Color information
#B06F00 (or 0xB06F00) is known color: Dark Goldenrod. HEX triplet: B0, 6F and 00. RGB value is (176,111,0). Sum of RGB (Red+Green+Blue) = 176+111+0=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06F00 is #4F90FF. Grayscale: #767676. Windows color (decimal): -5214464 or 28592. OLE color: 28592.
HSL color Cylindrical-coordinate representation of color #B06F00: hue angle of 37.84º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B06F00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.31 |
| HSL | 37.84º | 1% | 0.35% | - |
| HSV(B) | 37.84º | 1% | 0.69% | - |
| XYZ | 23.59 | 20.6 | 2.73 | - |
| YUV | 117.78 | 61.53 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 0 | 0 | 0.37 | 1 | 0.31 | 37.84 | 1 | 0.35 |
| Hex | B0 | 6F | 0 | 0 | 25 | 64 | 1F | 26 | 64 | 23 |
| Octal | 260 | 157 | 0 | 0 | 45 | 144 | 37 | 46 | 144 | 43 |
| Binary | 10110000 | 1101111 | 0 | 0 | 100101 | 1100100 | 11111 | 100110 | 1100100 | 100011 |
Color Harmonies of #B06F00
Complementary color
Monochromatic Colors of #B06F00
Black with #B06F00
Text Example
Text Example
White with #B06F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F00; }
p { color: rgb(176,111,0); }
H1.HeaderClassName
{
color: #B06F00;
}
.AnyTagClassName
{
color: #B06F00;
}
</style>
background-color css
<style>
a { background-color: #B06F00; }
a { background-color: rgb(176,111,0); }
div.DivClassName
{
background-color: #B06F00;
}
.BgClassName
{
background-color: #B06F00;
}
</style>
border-color css
<style>
span { border-color: #B06F00; }
span { border-color: rgb(176,111,0); }
td.TdClassName
{
border-color: #B06F00;
}
.TagClassName
{
border-color: #B06F00;
}
</style>