Shades of Rich Gold #B0521D
Tints of Rich Gold #B0521D
RGB
CMYK
RGB Variations
Color information
#B0521D (or 0xB0521D) is known color: Rich Gold. HEX triplet: B0, 52 and 1D. RGB value is (176,82,29). Sum of RGB (Red+Green+Blue) = 176+82+29=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0521D is #4FADE2. Grayscale: #686868. Windows color (decimal): -5221859 or 1921712. OLE color: 1921712.
HSL color Cylindrical-coordinate representation of color #B0521D: hue angle of 21.63º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0521D is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 29 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.31 |
| HSL | 21.63º | 0.72% | 0.4% | - |
| HSV(B) | 21.63º | 0.84% | 0.69% | - |
| XYZ | 21.14 | 15.35 | 3.01 | - |
| YUV | 104.06 | 85.64 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 29 | 0 | 0.53 | 0.84 | 0.31 | 21.63 | 0.72 | 0.4 |
| Hex | B0 | 52 | 1D | 0 | 35 | 54 | 1F | 16 | 48 | 28 |
| Octal | 260 | 122 | 35 | 0 | 65 | 124 | 37 | 26 | 110 | 50 |
| Binary | 10110000 | 1010010 | 11101 | 0 | 110101 | 1010100 | 11111 | 10110 | 1001000 | 101000 |
Color Harmonies of #B0521D
Complementary color
Monochromatic Colors of #B0521D
Black with #B0521D
Text Example
Text Example
White with #B0521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0521D; }
p { color: rgb(176,82,29); }
H1.HeaderClassName
{
color: #B0521D;
}
.AnyTagClassName
{
color: #B0521D;
}
</style>
background-color css
<style>
a { background-color: #B0521D; }
a { background-color: rgb(176,82,29); }
div.DivClassName
{
background-color: #B0521D;
}
.BgClassName
{
background-color: #B0521D;
}
</style>
border-color css
<style>
span { border-color: #B0521D; }
span { border-color: rgb(176,82,29); }
td.TdClassName
{
border-color: #B0521D;
}
.TagClassName
{
border-color: #B0521D;
}
</style>