Shades of Dark Goldenrod #B27E11
Tints of Dark Goldenrod #B27E11
RGB
CMYK
RGB Variations
Color information
#B27E11 (or 0xB27E11) is known color: Dark Goldenrod. HEX triplet: B2, 7E and 11. RGB value is (178,126,17). Sum of RGB (Red+Green+Blue) = 178+126+17=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27E11 is #4D81EE. Grayscale: #818181. Windows color (decimal): -5079535 or 1146546. OLE color: 1146546.
HSL color Cylindrical-coordinate representation of color #B27E11: hue angle of 40.62º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B27E11 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 17 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.30 |
| HSL | 40.62º | 0.83% | 0.38% | - |
| HSV(B) | 40.62º | 0.9% | 0.7% | - |
| XYZ | 25.92 | 24.43 | 3.88 | - |
| YUV | 129.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 17 | 0 | 0.29 | 0.90 | 0.30 | 40.62 | 0.83 | 0.38 |
| Hex | B2 | 7E | 11 | 0 | 1D | 5A | 1E | 29 | 53 | 26 |
| Octal | 262 | 176 | 21 | 0 | 35 | 132 | 36 | 51 | 123 | 46 |
| Binary | 10110010 | 1111110 | 10001 | 0 | 11101 | 1011010 | 11110 | 101001 | 1010011 | 100110 |
Color Harmonies of #B27E11
Complementary color
Monochromatic Colors of #B27E11
Black with #B27E11
Text Example
Text Example
White with #B27E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E11; }
p { color: rgb(178,126,17); }
H1.HeaderClassName
{
color: #B27E11;
}
.AnyTagClassName
{
color: #B27E11;
}
</style>
background-color css
<style>
a { background-color: #B27E11; }
a { background-color: rgb(178,126,17); }
div.DivClassName
{
background-color: #B27E11;
}
.BgClassName
{
background-color: #B27E11;
}
</style>
border-color css
<style>
span { border-color: #B27E11; }
span { border-color: rgb(178,126,17); }
td.TdClassName
{
border-color: #B27E11;
}
.TagClassName
{
border-color: #B27E11;
}
</style>