Shades of Dark Goldenrod #B2881B
Tints of Dark Goldenrod #B2881B
RGB
CMYK
RGB Variations
Color information
#B2881B (or 0xB2881B) is known color: Dark Goldenrod. HEX triplet: B2, 88 and 1B. RGB value is (178,136,27). Sum of RGB (Red+Green+Blue) = 178+136+27=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2881B is #4D77E4. Grayscale: #888888. Windows color (decimal): -5076965 or 1804466. OLE color: 1804466.
HSL color Cylindrical-coordinate representation of color #B2881B: hue angle of 43.31º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2881B is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 27 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.30 |
| HSL | 43.31º | 0.74% | 0.4% | - |
| HSV(B) | 43.31º | 0.85% | 0.7% | - |
| XYZ | 27.36 | 27.15 | 4.84 | - |
| YUV | 136.13 | 66.41 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 27 | 0 | 0.24 | 0.85 | 0.30 | 43.31 | 0.74 | 0.4 |
| Hex | B2 | 88 | 1B | 0 | 18 | 55 | 1E | 2B | 4A | 28 |
| Octal | 262 | 210 | 33 | 0 | 30 | 125 | 36 | 53 | 112 | 50 |
| Binary | 10110010 | 10001000 | 11011 | 0 | 11000 | 1010101 | 11110 | 101011 | 1001010 | 101000 |
Color Harmonies of #B2881B
Complementary color
Monochromatic Colors of #B2881B
Black with #B2881B
Text Example
Text Example
White with #B2881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2881B; }
p { color: rgb(178,136,27); }
H1.HeaderClassName
{
color: #B2881B;
}
.AnyTagClassName
{
color: #B2881B;
}
</style>
background-color css
<style>
a { background-color: #B2881B; }
a { background-color: rgb(178,136,27); }
div.DivClassName
{
background-color: #B2881B;
}
.BgClassName
{
background-color: #B2881B;
}
</style>
border-color css
<style>
span { border-color: #B2881B; }
span { border-color: rgb(178,136,27); }
td.TdClassName
{
border-color: #B2881B;
}
.TagClassName
{
border-color: #B2881B;
}
</style>