Shades of Dark Goldenrod #B27E06
Tints of Dark Goldenrod #B27E06
RGB
CMYK
RGB Variations
Color information
#B27E06 (or 0xB27E06) is known color: Dark Goldenrod. HEX triplet: B2, 7E and 06. RGB value is (178,126,6). Sum of RGB (Red+Green+Blue) = 178+126+6=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27E06 is #4D81F9. Grayscale: #808080. Windows color (decimal): -5079546 or 425650. OLE color: 425650.
HSL color Cylindrical-coordinate representation of color #B27E06: hue angle of 41.86º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B27E06 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 6 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.30 |
| HSL | 41.86º | 0.93% | 0.36% | - |
| HSV(B) | 41.86º | 0.97% | 0.7% | - |
| XYZ | 25.85 | 24.4 | 3.52 | - |
| YUV | 127.87 | 59.23 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 6 | 0 | 0.29 | 0.97 | 0.30 | 41.86 | 0.93 | 0.36 |
| Hex | B2 | 7E | 6 | 0 | 1D | 61 | 1E | 2A | 5D | 24 |
| Octal | 262 | 176 | 6 | 0 | 35 | 141 | 36 | 52 | 135 | 44 |
| Binary | 10110010 | 1111110 | 110 | 0 | 11101 | 1100001 | 11110 | 101010 | 1011101 | 100100 |
Color Harmonies of #B27E06
Complementary color
Monochromatic Colors of #B27E06
Black with #B27E06
Text Example
Text Example
White with #B27E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E06; }
p { color: rgb(178,126,6); }
H1.HeaderClassName
{
color: #B27E06;
}
.AnyTagClassName
{
color: #B27E06;
}
</style>
background-color css
<style>
a { background-color: #B27E06; }
a { background-color: rgb(178,126,6); }
div.DivClassName
{
background-color: #B27E06;
}
.BgClassName
{
background-color: #B27E06;
}
</style>
border-color css
<style>
span { border-color: #B27E06; }
span { border-color: rgb(178,126,6); }
td.TdClassName
{
border-color: #B27E06;
}
.TagClassName
{
border-color: #B27E06;
}
</style>