Shades of Dark Goldenrod #B07C04
Tints of Dark Goldenrod #B07C04
RGB
CMYK
RGB Variations
Color information
#B07C04 (or 0xB07C04) is known color: Dark Goldenrod. HEX triplet: B0, 7C and 04. RGB value is (176,124,4). Sum of RGB (Red+Green+Blue) = 176+124+4=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07C04 is #4F83FB. Grayscale: #7E7E7E. Windows color (decimal): -5211132 or 294064. OLE color: 294064.
HSL color Cylindrical-coordinate representation of color #B07C04: hue angle of 41.86º 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 #B07C04 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 124 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.31 |
| HSL | 41.86º | 0.96% | 0.35% | - |
| HSV(B) | 41.86º | 0.98% | 0.69% | - |
| XYZ | 25.13 | 23.65 | 3.36 | - |
| YUV | 125.87 | 59.23 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 4 | 0 | 0.30 | 0.98 | 0.31 | 41.86 | 0.96 | 0.35 |
| Hex | B0 | 7C | 4 | 0 | 1E | 62 | 1F | 2A | 60 | 23 |
| Octal | 260 | 174 | 4 | 0 | 36 | 142 | 37 | 52 | 140 | 43 |
| Binary | 10110000 | 1111100 | 100 | 0 | 11110 | 1100010 | 11111 | 101010 | 1100000 | 100011 |
Color Harmonies of #B07C04
Complementary color
Monochromatic Colors of #B07C04
Black with #B07C04
Text Example
Text Example
White with #B07C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07C04; }
p { color: rgb(176,124,4); }
H1.HeaderClassName
{
color: #B07C04;
}
.AnyTagClassName
{
color: #B07C04;
}
</style>
background-color css
<style>
a { background-color: #B07C04; }
a { background-color: rgb(176,124,4); }
div.DivClassName
{
background-color: #B07C04;
}
.BgClassName
{
background-color: #B07C04;
}
</style>
border-color css
<style>
span { border-color: #B07C04; }
span { border-color: rgb(176,124,4); }
td.TdClassName
{
border-color: #B07C04;
}
.TagClassName
{
border-color: #B07C04;
}
</style>