Shades of Dark Goldenrod #B28811
Tints of Dark Goldenrod #B28811
RGB
CMYK
RGB Variations
Color information
#B28811 (or 0xB28811) is known color: Dark Goldenrod. HEX triplet: B2, 88 and 11. RGB value is (178,136,17). Sum of RGB (Red+Green+Blue) = 178+136+17=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B28811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28811 is #4D77EE. Grayscale: #878787. Windows color (decimal): -5076975 or 1149106. OLE color: 1149106.
HSL color Cylindrical-coordinate representation of color #B28811: hue angle of 44.35º 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 #B28811 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 17 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.30 |
| HSL | 44.35º | 0.83% | 0.38% | - |
| HSV(B) | 44.35º | 0.9% | 0.7% | - |
| XYZ | 27.27 | 27.11 | 4.33 | - |
| YUV | 134.99 | 61.41 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 17 | 0 | 0.24 | 0.90 | 0.30 | 44.35 | 0.83 | 0.38 |
| Hex | B2 | 88 | 11 | 0 | 18 | 5A | 1E | 2C | 53 | 26 |
| Octal | 262 | 210 | 21 | 0 | 30 | 132 | 36 | 54 | 123 | 46 |
| Binary | 10110010 | 10001000 | 10001 | 0 | 11000 | 1011010 | 11110 | 101100 | 1010011 | 100110 |
Color Harmonies of #B28811
Complementary color
Monochromatic Colors of #B28811
Black with #B28811
Text Example
Text Example
White with #B28811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28811; }
p { color: rgb(178,136,17); }
H1.HeaderClassName
{
color: #B28811;
}
.AnyTagClassName
{
color: #B28811;
}
</style>
background-color css
<style>
a { background-color: #B28811; }
a { background-color: rgb(178,136,17); }
div.DivClassName
{
background-color: #B28811;
}
.BgClassName
{
background-color: #B28811;
}
</style>
border-color css
<style>
span { border-color: #B28811; }
span { border-color: rgb(178,136,17); }
td.TdClassName
{
border-color: #B28811;
}
.TagClassName
{
border-color: #B28811;
}
</style>