Shades of Dark Goldenrod #B0821B
Tints of Dark Goldenrod #B0821B
RGB
CMYK
RGB Variations
Color information
#B0821B (or 0xB0821B) is known color: Dark Goldenrod. HEX triplet: B0, 82 and 1B. RGB value is (176,130,27). Sum of RGB (Red+Green+Blue) = 176+130+27=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0821B is #4F7DE4. Grayscale: #848484. Windows color (decimal): -5209573 or 1802928. OLE color: 1802928.
HSL color Cylindrical-coordinate representation of color #B0821B: hue angle of 41.48º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0821B is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 27 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.31 |
| HSL | 41.48º | 0.73% | 0.4% | - |
| HSV(B) | 41.48º | 0.85% | 0.69% | - |
| XYZ | 26.08 | 25.27 | 4.54 | - |
| YUV | 132.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 27 | 0 | 0.26 | 0.85 | 0.31 | 41.48 | 0.73 | 0.4 |
| Hex | B0 | 82 | 1B | 0 | 1A | 55 | 1F | 29 | 49 | 28 |
| Octal | 260 | 202 | 33 | 0 | 32 | 125 | 37 | 51 | 111 | 50 |
| Binary | 10110000 | 10000010 | 11011 | 0 | 11010 | 1010101 | 11111 | 101001 | 1001001 | 101000 |
Color Harmonies of #B0821B
Complementary color
Monochromatic Colors of #B0821B
Black with #B0821B
Text Example
Text Example
White with #B0821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0821B; }
p { color: rgb(176,130,27); }
H1.HeaderClassName
{
color: #B0821B;
}
.AnyTagClassName
{
color: #B0821B;
}
</style>
background-color css
<style>
a { background-color: #B0821B; }
a { background-color: rgb(176,130,27); }
div.DivClassName
{
background-color: #B0821B;
}
.BgClassName
{
background-color: #B0821B;
}
</style>
border-color css
<style>
span { border-color: #B0821B; }
span { border-color: rgb(176,130,27); }
td.TdClassName
{
border-color: #B0821B;
}
.TagClassName
{
border-color: #B0821B;
}
</style>