Shades of Dark Goldenrod #B27E16
Tints of Dark Goldenrod #B27E16
RGB
CMYK
RGB Variations
Color information
#B27E16 (or 0xB27E16) is known color: Dark Goldenrod. HEX triplet: B2, 7E and 16. RGB value is (178,126,22). Sum of RGB (Red+Green+Blue) = 178+126+22=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27E16 is #4D81E9. Grayscale: #828282. Windows color (decimal): -5079530 or 1474226. OLE color: 1474226.
HSL color Cylindrical-coordinate representation of color #B27E16: hue angle of 40º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B27E16 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 22 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.30 |
| HSL | 40º | 0.78% | 0.39% | - |
| HSV(B) | 40º | 0.88% | 0.7% | - |
| XYZ | 25.97 | 24.44 | 4.11 | - |
| YUV | 129.69 | 67.23 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 22 | 0 | 0.29 | 0.88 | 0.30 | 40 | 0.78 | 0.39 |
| Hex | B2 | 7E | 16 | 0 | 1D | 58 | 1E | 28 | 4E | 27 |
| Octal | 262 | 176 | 26 | 0 | 35 | 130 | 36 | 50 | 116 | 47 |
| Binary | 10110010 | 1111110 | 10110 | 0 | 11101 | 1011000 | 11110 | 101000 | 1001110 | 100111 |
Color Harmonies of #B27E16
Complementary color
Monochromatic Colors of #B27E16
Black with #B27E16
Text Example
Text Example
White with #B27E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E16; }
p { color: rgb(178,126,22); }
H1.HeaderClassName
{
color: #B27E16;
}
.AnyTagClassName
{
color: #B27E16;
}
</style>
background-color css
<style>
a { background-color: #B27E16; }
a { background-color: rgb(178,126,22); }
div.DivClassName
{
background-color: #B27E16;
}
.BgClassName
{
background-color: #B27E16;
}
</style>
border-color css
<style>
span { border-color: #B27E16; }
span { border-color: rgb(178,126,22); }
td.TdClassName
{
border-color: #B27E16;
}
.TagClassName
{
border-color: #B27E16;
}
</style>