Shades of Rich Gold #B0541C
Tints of Rich Gold #B0541C
RGB
CMYK
RGB Variations
Color information
#B0541C (or 0xB0541C) is known color: Rich Gold. HEX triplet: B0, 54 and 1C. RGB value is (176,84,28). Sum of RGB (Red+Green+Blue) = 176+84+28=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B0541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0541C is #4FABE3. Grayscale: #696969. Windows color (decimal): -5221348 or 1856688. OLE color: 1856688.
HSL color Cylindrical-coordinate representation of color #B0541C: hue angle of 22.7º 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 #B0541C is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 28 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.31 |
| HSL | 22.7º | 0.73% | 0.4% | - |
| HSV(B) | 22.7º | 0.84% | 0.69% | - |
| XYZ | 21.28 | 15.65 | 3 | - |
| YUV | 105.12 | 84.48 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 28 | 0 | 0.52 | 0.84 | 0.31 | 22.7 | 0.73 | 0.4 |
| Hex | B0 | 54 | 1C | 0 | 34 | 54 | 1F | 17 | 49 | 28 |
| Octal | 260 | 124 | 34 | 0 | 64 | 124 | 37 | 27 | 111 | 50 |
| Binary | 10110000 | 1010100 | 11100 | 0 | 110100 | 1010100 | 11111 | 10111 | 1001001 | 101000 |
Color Harmonies of #B0541C
Complementary color
Monochromatic Colors of #B0541C
Black with #B0541C
Text Example
Text Example
White with #B0541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0541C; }
p { color: rgb(176,84,28); }
H1.HeaderClassName
{
color: #B0541C;
}
.AnyTagClassName
{
color: #B0541C;
}
</style>
background-color css
<style>
a { background-color: #B0541C; }
a { background-color: rgb(176,84,28); }
div.DivClassName
{
background-color: #B0541C;
}
.BgClassName
{
background-color: #B0541C;
}
</style>
border-color css
<style>
span { border-color: #B0541C; }
span { border-color: rgb(176,84,28); }
td.TdClassName
{
border-color: #B0541C;
}
.TagClassName
{
border-color: #B0541C;
}
</style>