Shades of Dark Goldenrod #B27D04
Tints of Dark Goldenrod #B27D04
RGB
CMYK
RGB Variations
Color information
#B27D04 (or 0xB27D04) is known color: Dark Goldenrod. HEX triplet: B2, 7D and 04. RGB value is (178,125,4). Sum of RGB (Red+Green+Blue) = 178+125+4=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27D04 is #4D82FB. Grayscale: #7F7F7F. Windows color (decimal): -5079804 or 294322. OLE color: 294322.
HSL color Cylindrical-coordinate representation of color #B27D04: hue angle of 41.72º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B27D04 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 125 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.30 |
| HSL | 41.72º | 0.96% | 0.36% | - |
| HSV(B) | 41.72º | 0.98% | 0.7% | - |
| XYZ | 25.72 | 24.14 | 3.42 | - |
| YUV | 127.05 | 58.56 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 4 | 0 | 0.30 | 0.98 | 0.30 | 41.72 | 0.96 | 0.36 |
| Hex | B2 | 7D | 4 | 0 | 1E | 62 | 1E | 2A | 60 | 24 |
| Octal | 262 | 175 | 4 | 0 | 36 | 142 | 36 | 52 | 140 | 44 |
| Binary | 10110010 | 1111101 | 100 | 0 | 11110 | 1100010 | 11110 | 101010 | 1100000 | 100100 |
Color Harmonies of #B27D04
Complementary color
Monochromatic Colors of #B27D04
Black with #B27D04
Text Example
Text Example
White with #B27D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27D04; }
p { color: rgb(178,125,4); }
H1.HeaderClassName
{
color: #B27D04;
}
.AnyTagClassName
{
color: #B27D04;
}
</style>
background-color css
<style>
a { background-color: #B27D04; }
a { background-color: rgb(178,125,4); }
div.DivClassName
{
background-color: #B27D04;
}
.BgClassName
{
background-color: #B27D04;
}
</style>
border-color css
<style>
span { border-color: #B27D04; }
span { border-color: rgb(178,125,4); }
td.TdClassName
{
border-color: #B27D04;
}
.TagClassName
{
border-color: #B27D04;
}
</style>