Shades of Rich Gold #B0571A
Tints of Rich Gold #B0571A
RGB
CMYK
RGB Variations
Color information
#B0571A (or 0xB0571A) is known color: Rich Gold. HEX triplet: B0, 57 and 1A. RGB value is (176,87,26). Sum of RGB (Red+Green+Blue) = 176+87+26=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B0571A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0571A is #4FA8E5. Grayscale: #6A6A6A. Windows color (decimal): -5220582 or 1726384. OLE color: 1726384.
HSL color Cylindrical-coordinate representation of color #B0571A: hue angle of 24.4º degrees, saturation: 0.74, 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 #B0571A is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 26 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.31 |
| HSL | 24.4º | 0.74% | 0.4% | - |
| HSV(B) | 24.4º | 0.85% | 0.69% | - |
| XYZ | 21.5 | 16.12 | 2.96 | - |
| YUV | 106.66 | 82.49 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 26 | 0 | 0.51 | 0.85 | 0.31 | 24.4 | 0.74 | 0.4 |
| Hex | B0 | 57 | 1A | 0 | 33 | 55 | 1F | 18 | 4A | 28 |
| Octal | 260 | 127 | 32 | 0 | 63 | 125 | 37 | 30 | 112 | 50 |
| Binary | 10110000 | 1010111 | 11010 | 0 | 110011 | 1010101 | 11111 | 11000 | 1001010 | 101000 |
Color Harmonies of #B0571A
Complementary color
Monochromatic Colors of #B0571A
Black with #B0571A
Text Example
Text Example
White with #B0571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0571A; }
p { color: rgb(176,87,26); }
H1.HeaderClassName
{
color: #B0571A;
}
.AnyTagClassName
{
color: #B0571A;
}
</style>
background-color css
<style>
a { background-color: #B0571A; }
a { background-color: rgb(176,87,26); }
div.DivClassName
{
background-color: #B0571A;
}
.BgClassName
{
background-color: #B0571A;
}
</style>
border-color css
<style>
span { border-color: #B0571A; }
span { border-color: rgb(176,87,26); }
td.TdClassName
{
border-color: #B0571A;
}
.TagClassName
{
border-color: #B0571A;
}
</style>