Shades of Dark Goldenrod #B27E19
Tints of Dark Goldenrod #B27E19
RGB
CMYK
RGB Variations
Color information
#B27E19 (or 0xB27E19) is known color: Dark Goldenrod. HEX triplet: B2, 7E and 19. RGB value is (178,126,25). Sum of RGB (Red+Green+Blue) = 178+126+25=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27E19 is #4D81E6. Grayscale: #828282. Windows color (decimal): -5079527 or 1670834. OLE color: 1670834.
HSL color Cylindrical-coordinate representation of color #B27E19: hue angle of 39.61º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B27E19 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 126 | 25 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.30 |
| HSL | 39.61º | 0.75% | 0.4% | - |
| HSV(B) | 39.61º | 0.86% | 0.7% | - |
| XYZ | 26 | 24.46 | 4.27 | - |
| YUV | 130.03 | 68.73 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 126 | 25 | 0 | 0.29 | 0.86 | 0.30 | 39.61 | 0.75 | 0.4 |
| Hex | B2 | 7E | 19 | 0 | 1D | 56 | 1E | 28 | 4B | 28 |
| Octal | 262 | 176 | 31 | 0 | 35 | 126 | 36 | 50 | 113 | 50 |
| Binary | 10110010 | 1111110 | 11001 | 0 | 11101 | 1010110 | 11110 | 101000 | 1001011 | 101000 |
Color Harmonies of #B27E19
Complementary color
Monochromatic Colors of #B27E19
Black with #B27E19
Text Example
Text Example
White with #B27E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27E19; }
p { color: rgb(178,126,25); }
H1.HeaderClassName
{
color: #B27E19;
}
.AnyTagClassName
{
color: #B27E19;
}
</style>
background-color css
<style>
a { background-color: #B27E19; }
a { background-color: rgb(178,126,25); }
div.DivClassName
{
background-color: #B27E19;
}
.BgClassName
{
background-color: #B27E19;
}
</style>
border-color css
<style>
span { border-color: #B27E19; }
span { border-color: rgb(178,126,25); }
td.TdClassName
{
border-color: #B27E19;
}
.TagClassName
{
border-color: #B27E19;
}
</style>