Shades of Dark Goldenrod #B2851C
Tints of Dark Goldenrod #B2851C
RGB
CMYK
RGB Variations
Color information
#B2851C (or 0xB2851C) is known color: Dark Goldenrod. HEX triplet: B2, 85 and 1C. RGB value is (178,133,28). Sum of RGB (Red+Green+Blue) = 178+133+28=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2851C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2851C is #4D7AE3. Grayscale: #868686. Windows color (decimal): -5077732 or 1869234. OLE color: 1869234.
HSL color Cylindrical-coordinate representation of color #B2851C: hue angle of 42º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2851C is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 28 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.30 |
| HSL | 42º | 0.73% | 0.4% | - |
| HSV(B) | 42º | 0.84% | 0.7% | - |
| XYZ | 26.96 | 26.32 | 4.76 | - |
| YUV | 134.49 | 67.91 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 28 | 0 | 0.25 | 0.84 | 0.30 | 42 | 0.73 | 0.4 |
| Hex | B2 | 85 | 1C | 0 | 19 | 54 | 1E | 2A | 49 | 28 |
| Octal | 262 | 205 | 34 | 0 | 31 | 124 | 36 | 52 | 111 | 50 |
| Binary | 10110010 | 10000101 | 11100 | 0 | 11001 | 1010100 | 11110 | 101010 | 1001001 | 101000 |
Color Harmonies of #B2851C
Complementary color
Monochromatic Colors of #B2851C
Black with #B2851C
Text Example
Text Example
White with #B2851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2851C; }
p { color: rgb(178,133,28); }
H1.HeaderClassName
{
color: #B2851C;
}
.AnyTagClassName
{
color: #B2851C;
}
</style>
background-color css
<style>
a { background-color: #B2851C; }
a { background-color: rgb(178,133,28); }
div.DivClassName
{
background-color: #B2851C;
}
.BgClassName
{
background-color: #B2851C;
}
</style>
border-color css
<style>
span { border-color: #B2851C; }
span { border-color: rgb(178,133,28); }
td.TdClassName
{
border-color: #B2851C;
}
.TagClassName
{
border-color: #B2851C;
}
</style>