Shades of Dark Goldenrod #B28C17
Tints of Dark Goldenrod #B28C17
RGB
CMYK
RGB Variations
Color information
#B28C17 (or 0xB28C17) is known color: Dark Goldenrod. HEX triplet: B2, 8C and 17. RGB value is (178,140,23). Sum of RGB (Red+Green+Blue) = 178+140+23=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28C17 is #4D73E8. Grayscale: #8A8A8A. Windows color (decimal): -5075945 or 1543346. OLE color: 1543346.
HSL color Cylindrical-coordinate representation of color #B28C17: hue angle of 45.29º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B28C17 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 23 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.30 |
| HSL | 45.29º | 0.77% | 0.39% | - |
| HSV(B) | 45.29º | 0.87% | 0.7% | - |
| XYZ | 27.89 | 28.28 | 4.8 | - |
| YUV | 138.02 | 63.09 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 23 | 0 | 0.21 | 0.87 | 0.30 | 45.29 | 0.77 | 0.39 |
| Hex | B2 | 8C | 17 | 0 | 15 | 57 | 1E | 2D | 4D | 27 |
| Octal | 262 | 214 | 27 | 0 | 25 | 127 | 36 | 55 | 115 | 47 |
| Binary | 10110010 | 10001100 | 10111 | 0 | 10101 | 1010111 | 11110 | 101101 | 1001101 | 100111 |
Color Harmonies of #B28C17
Complementary color
Monochromatic Colors of #B28C17
Black with #B28C17
Text Example
Text Example
White with #B28C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C17; }
p { color: rgb(178,140,23); }
H1.HeaderClassName
{
color: #B28C17;
}
.AnyTagClassName
{
color: #B28C17;
}
</style>
background-color css
<style>
a { background-color: #B28C17; }
a { background-color: rgb(178,140,23); }
div.DivClassName
{
background-color: #B28C17;
}
.BgClassName
{
background-color: #B28C17;
}
</style>
border-color css
<style>
span { border-color: #B28C17; }
span { border-color: rgb(178,140,23); }
td.TdClassName
{
border-color: #B28C17;
}
.TagClassName
{
border-color: #B28C17;
}
</style>