Shades of Dark Goldenrod #B06F08
Tints of Dark Goldenrod #B06F08
RGB
CMYK
RGB Variations
Color information
#B06F08 (or 0xB06F08) is known color: Dark Goldenrod. HEX triplet: B0, 6F and 08. RGB value is (176,111,8). Sum of RGB (Red+Green+Blue) = 176+111+8=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06F08 is #4F90F7. Grayscale: #777777. Windows color (decimal): -5214456 or 552880. OLE color: 552880.
HSL color Cylindrical-coordinate representation of color #B06F08: hue angle of 36.79º degrees, saturation: 0.91, 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 #B06F08 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 8 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.31 |
| HSL | 36.79º | 0.91% | 0.36% | - |
| HSV(B) | 36.79º | 0.95% | 0.69% | - |
| XYZ | 23.63 | 20.62 | 2.96 | - |
| YUV | 118.69 | 65.53 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 8 | 0 | 0.37 | 0.95 | 0.31 | 36.79 | 0.91 | 0.36 |
| Hex | B0 | 6F | 8 | 0 | 25 | 5F | 1F | 25 | 5B | 24 |
| Octal | 260 | 157 | 10 | 0 | 45 | 137 | 37 | 45 | 133 | 44 |
| Binary | 10110000 | 1101111 | 1000 | 0 | 100101 | 1011111 | 11111 | 100101 | 1011011 | 100100 |
Color Harmonies of #B06F08
Complementary color
Monochromatic Colors of #B06F08
Black with #B06F08
Text Example
Text Example
White with #B06F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F08; }
p { color: rgb(176,111,8); }
H1.HeaderClassName
{
color: #B06F08;
}
.AnyTagClassName
{
color: #B06F08;
}
</style>
background-color css
<style>
a { background-color: #B06F08; }
a { background-color: rgb(176,111,8); }
div.DivClassName
{
background-color: #B06F08;
}
.BgClassName
{
background-color: #B06F08;
}
</style>
border-color css
<style>
span { border-color: #B06F08; }
span { border-color: rgb(176,111,8); }
td.TdClassName
{
border-color: #B06F08;
}
.TagClassName
{
border-color: #B06F08;
}
</style>