Shades of Dark Goldenrod #B2811D
Tints of Dark Goldenrod #B2811D
RGB
CMYK
RGB Variations
Color information
#B2811D (or 0xB2811D) is known color: Dark Goldenrod. HEX triplet: B2, 81 and 1D. RGB value is (178,129,29). Sum of RGB (Red+Green+Blue) = 178+129+29=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2811D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2811D is #4D7EE2. Grayscale: #848484. Windows color (decimal): -5078755 or 1933746. OLE color: 1933746.
HSL color Cylindrical-coordinate representation of color #B2811D: hue angle of 40.27º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2811D is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 129 | 29 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.30 |
| HSL | 40.27º | 0.72% | 0.41% | - |
| HSV(B) | 40.27º | 0.84% | 0.7% | - |
| XYZ | 26.43 | 25.25 | 4.64 | - |
| YUV | 132.25 | 69.73 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 29 | 0 | 0.28 | 0.84 | 0.30 | 40.27 | 0.72 | 0.41 |
| Hex | B2 | 81 | 1D | 0 | 1C | 54 | 1E | 28 | 48 | 29 |
| Octal | 262 | 201 | 35 | 0 | 34 | 124 | 36 | 50 | 110 | 51 |
| Binary | 10110010 | 10000001 | 11101 | 0 | 11100 | 1010100 | 11110 | 101000 | 1001000 | 101001 |
Color Harmonies of #B2811D
Complementary color
Monochromatic Colors of #B2811D
Black with #B2811D
Text Example
Text Example
White with #B2811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2811D; }
p { color: rgb(178,129,29); }
H1.HeaderClassName
{
color: #B2811D;
}
.AnyTagClassName
{
color: #B2811D;
}
</style>
background-color css
<style>
a { background-color: #B2811D; }
a { background-color: rgb(178,129,29); }
div.DivClassName
{
background-color: #B2811D;
}
.BgClassName
{
background-color: #B2811D;
}
</style>
border-color css
<style>
span { border-color: #B2811D; }
span { border-color: rgb(178,129,29); }
td.TdClassName
{
border-color: #B2811D;
}
.TagClassName
{
border-color: #B2811D;
}
</style>