Shades of Rich Gold #B0531D
Tints of Rich Gold #B0531D
RGB
CMYK
RGB Variations
Color information
#B0531D (or 0xB0531D) is known color: Rich Gold. HEX triplet: B0, 53 and 1D. RGB value is (176,83,29). Sum of RGB (Red+Green+Blue) = 176+83+29=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B0531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0531D is #4FACE2. Grayscale: #686868. Windows color (decimal): -5221603 or 1921968. OLE color: 1921968.
HSL color Cylindrical-coordinate representation of color #B0531D: hue angle of 22.04º 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 #B0531D is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 29 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.31 |
| HSL | 22.04º | 0.72% | 0.4% | - |
| HSV(B) | 22.04º | 0.84% | 0.69% | - |
| XYZ | 21.22 | 15.51 | 3.04 | - |
| YUV | 104.65 | 85.31 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 29 | 0 | 0.53 | 0.84 | 0.31 | 22.04 | 0.72 | 0.4 |
| Hex | B0 | 53 | 1D | 0 | 35 | 54 | 1F | 16 | 48 | 28 |
| Octal | 260 | 123 | 35 | 0 | 65 | 124 | 37 | 26 | 110 | 50 |
| Binary | 10110000 | 1010011 | 11101 | 0 | 110101 | 1010100 | 11111 | 10110 | 1001000 | 101000 |
Color Harmonies of #B0531D
Complementary color
Monochromatic Colors of #B0531D
Black with #B0531D
Text Example
Text Example
White with #B0531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0531D; }
p { color: rgb(176,83,29); }
H1.HeaderClassName
{
color: #B0531D;
}
.AnyTagClassName
{
color: #B0531D;
}
</style>
background-color css
<style>
a { background-color: #B0531D; }
a { background-color: rgb(176,83,29); }
div.DivClassName
{
background-color: #B0531D;
}
.BgClassName
{
background-color: #B0531D;
}
</style>
border-color css
<style>
span { border-color: #B0531D; }
span { border-color: rgb(176,83,29); }
td.TdClassName
{
border-color: #B0531D;
}
.TagClassName
{
border-color: #B0531D;
}
</style>