Shades of Dark Goldenrod #B27A18
Tints of Dark Goldenrod #B27A18
RGB
CMYK
RGB Variations
Color information
#B27A18 (or 0xB27A18) is known color: Dark Goldenrod. HEX triplet: B2, 7A and 18. RGB value is (178,122,24). Sum of RGB (Red+Green+Blue) = 178+122+24=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27A18 is #4D85E7. Grayscale: #808080. Windows color (decimal): -5080552 or 1604274. OLE color: 1604274.
HSL color Cylindrical-coordinate representation of color #B27A18: hue angle of 38.18º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B27A18 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 24 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.30 |
| HSL | 38.18º | 0.76% | 0.4% | - |
| HSV(B) | 38.18º | 0.87% | 0.7% | - |
| XYZ | 25.48 | 23.45 | 4.05 | - |
| YUV | 127.57 | 69.55 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 24 | 0 | 0.31 | 0.87 | 0.30 | 38.18 | 0.76 | 0.4 |
| Hex | B2 | 7A | 18 | 0 | 1F | 57 | 1E | 26 | 4C | 28 |
| Octal | 262 | 172 | 30 | 0 | 37 | 127 | 36 | 46 | 114 | 50 |
| Binary | 10110010 | 1111010 | 11000 | 0 | 11111 | 1010111 | 11110 | 100110 | 1001100 | 101000 |
Color Harmonies of #B27A18
Complementary color
Monochromatic Colors of #B27A18
Black with #B27A18
Text Example
Text Example
White with #B27A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A18; }
p { color: rgb(178,122,24); }
H1.HeaderClassName
{
color: #B27A18;
}
.AnyTagClassName
{
color: #B27A18;
}
</style>
background-color css
<style>
a { background-color: #B27A18; }
a { background-color: rgb(178,122,24); }
div.DivClassName
{
background-color: #B27A18;
}
.BgClassName
{
background-color: #B27A18;
}
</style>
border-color css
<style>
span { border-color: #B27A18; }
span { border-color: rgb(178,122,24); }
td.TdClassName
{
border-color: #B27A18;
}
.TagClassName
{
border-color: #B27A18;
}
</style>