Shades of Rich Gold #B0561C
Tints of Rich Gold #B0561C
RGB
CMYK
RGB Variations
Color information
#B0561C (or 0xB0561C) is known color: Rich Gold. HEX triplet: B0, 56 and 1C. RGB value is (176,86,28). Sum of RGB (Red+Green+Blue) = 176+86+28=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B0561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0561C is #4FA9E3. Grayscale: #6A6A6A. Windows color (decimal): -5220836 or 1857200. OLE color: 1857200.
HSL color Cylindrical-coordinate representation of color #B0561C: hue angle of 23.51º degrees, saturation: 0.73, 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 #B0561C is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 28 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.31 |
| HSL | 23.51º | 0.73% | 0.4% | - |
| HSV(B) | 23.51º | 0.84% | 0.69% | - |
| XYZ | 21.44 | 15.97 | 3.05 | - |
| YUV | 106.3 | 83.82 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 28 | 0 | 0.51 | 0.84 | 0.31 | 23.51 | 0.73 | 0.4 |
| Hex | B0 | 56 | 1C | 0 | 33 | 54 | 1F | 18 | 49 | 28 |
| Octal | 260 | 126 | 34 | 0 | 63 | 124 | 37 | 30 | 111 | 50 |
| Binary | 10110000 | 1010110 | 11100 | 0 | 110011 | 1010100 | 11111 | 11000 | 1001001 | 101000 |
Color Harmonies of #B0561C
Complementary color
Monochromatic Colors of #B0561C
Black with #B0561C
Text Example
Text Example
White with #B0561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0561C; }
p { color: rgb(176,86,28); }
H1.HeaderClassName
{
color: #B0561C;
}
.AnyTagClassName
{
color: #B0561C;
}
</style>
background-color css
<style>
a { background-color: #B0561C; }
a { background-color: rgb(176,86,28); }
div.DivClassName
{
background-color: #B0561C;
}
.BgClassName
{
background-color: #B0561C;
}
</style>
border-color css
<style>
span { border-color: #B0561C; }
span { border-color: rgb(176,86,28); }
td.TdClassName
{
border-color: #B0561C;
}
.TagClassName
{
border-color: #B0561C;
}
</style>