Shades of Dark Goldenrod #B07E06
Tints of Dark Goldenrod #B07E06
RGB
CMYK
RGB Variations
Color information
#B07E06 (or 0xB07E06) is known color: Dark Goldenrod. HEX triplet: B0, 7E and 06. RGB value is (176,126,6). Sum of RGB (Red+Green+Blue) = 176+126+6=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07E06 is #4F81F9. Grayscale: #7F7F7F. Windows color (decimal): -5210618 or 425648. OLE color: 425648.
HSL color Cylindrical-coordinate representation of color #B07E06: hue angle of 42.35º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B07E06 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 126 | 6 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.31 |
| HSL | 42.35º | 0.93% | 0.36% | - |
| HSV(B) | 42.35º | 0.97% | 0.69% | - |
| XYZ | 25.4 | 24.16 | 3.5 | - |
| YUV | 127.27 | 59.57 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 6 | 0 | 0.28 | 0.97 | 0.31 | 42.35 | 0.93 | 0.36 |
| Hex | B0 | 7E | 6 | 0 | 1C | 61 | 1F | 2A | 5D | 24 |
| Octal | 260 | 176 | 6 | 0 | 34 | 141 | 37 | 52 | 135 | 44 |
| Binary | 10110000 | 1111110 | 110 | 0 | 11100 | 1100001 | 11111 | 101010 | 1011101 | 100100 |
Color Harmonies of #B07E06
Complementary color
Monochromatic Colors of #B07E06
Black with #B07E06
Text Example
Text Example
White with #B07E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07E06; }
p { color: rgb(176,126,6); }
H1.HeaderClassName
{
color: #B07E06;
}
.AnyTagClassName
{
color: #B07E06;
}
</style>
background-color css
<style>
a { background-color: #B07E06; }
a { background-color: rgb(176,126,6); }
div.DivClassName
{
background-color: #B07E06;
}
.BgClassName
{
background-color: #B07E06;
}
</style>
border-color css
<style>
span { border-color: #B07E06; }
span { border-color: rgb(176,126,6); }
td.TdClassName
{
border-color: #B07E06;
}
.TagClassName
{
border-color: #B07E06;
}
</style>