Shades of Rich Gold #B0521B
Tints of Rich Gold #B0521B
RGB
CMYK
RGB Variations
Color information
#B0521B (or 0xB0521B) is known color: Rich Gold. HEX triplet: B0, 52 and 1B. RGB value is (176,82,27). Sum of RGB (Red+Green+Blue) = 176+82+27=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B0521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0521B is #4FADE4. Grayscale: #686868. Windows color (decimal): -5221861 or 1790640. OLE color: 1790640.
HSL color Cylindrical-coordinate representation of color #B0521B: hue angle of 22.15º 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 #B0521B is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 27 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.31 |
| HSL | 22.15º | 0.73% | 0.4% | - |
| HSV(B) | 22.15º | 0.85% | 0.69% | - |
| XYZ | 21.12 | 15.34 | 2.89 | - |
| YUV | 103.84 | 84.64 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 27 | 0 | 0.53 | 0.85 | 0.31 | 22.15 | 0.73 | 0.4 |
| Hex | B0 | 52 | 1B | 0 | 35 | 55 | 1F | 16 | 49 | 28 |
| Octal | 260 | 122 | 33 | 0 | 65 | 125 | 37 | 26 | 111 | 50 |
| Binary | 10110000 | 1010010 | 11011 | 0 | 110101 | 1010101 | 11111 | 10110 | 1001001 | 101000 |
Color Harmonies of #B0521B
Complementary color
Monochromatic Colors of #B0521B
Black with #B0521B
Text Example
Text Example
White with #B0521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0521B; }
p { color: rgb(176,82,27); }
H1.HeaderClassName
{
color: #B0521B;
}
.AnyTagClassName
{
color: #B0521B;
}
</style>
background-color css
<style>
a { background-color: #B0521B; }
a { background-color: rgb(176,82,27); }
div.DivClassName
{
background-color: #B0521B;
}
.BgClassName
{
background-color: #B0521B;
}
</style>
border-color css
<style>
span { border-color: #B0521B; }
span { border-color: rgb(176,82,27); }
td.TdClassName
{
border-color: #B0521B;
}
.TagClassName
{
border-color: #B0521B;
}
</style>