Shades of Dark Goldenrod #B2891B
Tints of Dark Goldenrod #B2891B
RGB
CMYK
RGB Variations
Color information
#B2891B (or 0xB2891B) is known color: Dark Goldenrod. HEX triplet: B2, 89 and 1B. RGB value is (178,137,27). Sum of RGB (Red+Green+Blue) = 178+137+27=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2891B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2891B is #4D76E4. Grayscale: #898989. Windows color (decimal): -5076709 or 1804722. OLE color: 1804722.
HSL color Cylindrical-coordinate representation of color #B2891B: hue angle of 43.71º 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 #B2891B is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 27 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.30 |
| HSL | 43.71º | 0.74% | 0.4% | - |
| HSV(B) | 43.71º | 0.85% | 0.7% | - |
| XYZ | 27.5 | 27.44 | 4.88 | - |
| YUV | 136.72 | 66.08 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 27 | 0 | 0.23 | 0.85 | 0.30 | 43.71 | 0.74 | 0.4 |
| Hex | B2 | 89 | 1B | 0 | 17 | 55 | 1E | 2C | 4A | 28 |
| Octal | 262 | 211 | 33 | 0 | 27 | 125 | 36 | 54 | 112 | 50 |
| Binary | 10110010 | 10001001 | 11011 | 0 | 10111 | 1010101 | 11110 | 101100 | 1001010 | 101000 |
Color Harmonies of #B2891B
Complementary color
Monochromatic Colors of #B2891B
Black with #B2891B
Text Example
Text Example
White with #B2891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2891B; }
p { color: rgb(178,137,27); }
H1.HeaderClassName
{
color: #B2891B;
}
.AnyTagClassName
{
color: #B2891B;
}
</style>
background-color css
<style>
a { background-color: #B2891B; }
a { background-color: rgb(178,137,27); }
div.DivClassName
{
background-color: #B2891B;
}
.BgClassName
{
background-color: #B2891B;
}
</style>
border-color css
<style>
span { border-color: #B2891B; }
span { border-color: rgb(178,137,27); }
td.TdClassName
{
border-color: #B2891B;
}
.TagClassName
{
border-color: #B2891B;
}
</style>