Shades of Dark Goldenrod #B06D04
Tints of Dark Goldenrod #B06D04
RGB
CMYK
RGB Variations
Color information
#B06D04 (or 0xB06D04) is known color: Dark Goldenrod. HEX triplet: B0, 6D and 04. RGB value is (176,109,4). Sum of RGB (Red+Green+Blue) = 176+109+4=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06D04 is #4F92FB. Grayscale: #757575. Windows color (decimal): -5214972 or 290224. OLE color: 290224.
HSL color Cylindrical-coordinate representation of color #B06D04: hue angle of 36.63º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B06D04 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.31 |
| HSL | 36.63º | 0.96% | 0.35% | - |
| HSV(B) | 36.63º | 0.98% | 0.69% | - |
| XYZ | 23.4 | 20.18 | 2.78 | - |
| YUV | 117.06 | 64.2 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 4 | 0 | 0.38 | 0.98 | 0.31 | 36.63 | 0.96 | 0.35 |
| Hex | B0 | 6D | 4 | 0 | 26 | 62 | 1F | 25 | 60 | 23 |
| Octal | 260 | 155 | 4 | 0 | 46 | 142 | 37 | 45 | 140 | 43 |
| Binary | 10110000 | 1101101 | 100 | 0 | 100110 | 1100010 | 11111 | 100101 | 1100000 | 100011 |
Color Harmonies of #B06D04
Complementary color
Monochromatic Colors of #B06D04
Black with #B06D04
Text Example
Text Example
White with #B06D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D04; }
p { color: rgb(176,109,4); }
H1.HeaderClassName
{
color: #B06D04;
}
.AnyTagClassName
{
color: #B06D04;
}
</style>
background-color css
<style>
a { background-color: #B06D04; }
a { background-color: rgb(176,109,4); }
div.DivClassName
{
background-color: #B06D04;
}
.BgClassName
{
background-color: #B06D04;
}
</style>
border-color css
<style>
span { border-color: #B06D04; }
span { border-color: rgb(176,109,4); }
td.TdClassName
{
border-color: #B06D04;
}
.TagClassName
{
border-color: #B06D04;
}
</style>