Shades of Rich Gold #B0591C
Tints of Rich Gold #B0591C
RGB
CMYK
RGB Variations
Color information
#B0591C (or 0xB0591C) is known color: Rich Gold. HEX triplet: B0, 59 and 1C. RGB value is (176,89,28). Sum of RGB (Red+Green+Blue) = 176+89+28=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B0591C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0591C is #4FA6E3. Grayscale: #6C6C6C. Windows color (decimal): -5220068 or 1857968. OLE color: 1857968.
HSL color Cylindrical-coordinate representation of color #B0591C: hue angle of 24.73º 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 #B0591C is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 28 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.31 |
| HSL | 24.73º | 0.73% | 0.4% | - |
| HSV(B) | 24.73º | 0.84% | 0.69% | - |
| XYZ | 21.69 | 16.46 | 3.13 | - |
| YUV | 108.06 | 82.82 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 28 | 0 | 0.49 | 0.84 | 0.31 | 24.73 | 0.73 | 0.4 |
| Hex | B0 | 59 | 1C | 0 | 31 | 54 | 1F | 19 | 49 | 28 |
| Octal | 260 | 131 | 34 | 0 | 61 | 124 | 37 | 31 | 111 | 50 |
| Binary | 10110000 | 1011001 | 11100 | 0 | 110001 | 1010100 | 11111 | 11001 | 1001001 | 101000 |
Color Harmonies of #B0591C
Complementary color
Monochromatic Colors of #B0591C
Black with #B0591C
Text Example
Text Example
White with #B0591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0591C; }
p { color: rgb(176,89,28); }
H1.HeaderClassName
{
color: #B0591C;
}
.AnyTagClassName
{
color: #B0591C;
}
</style>
background-color css
<style>
a { background-color: #B0591C; }
a { background-color: rgb(176,89,28); }
div.DivClassName
{
background-color: #B0591C;
}
.BgClassName
{
background-color: #B0591C;
}
</style>
border-color css
<style>
span { border-color: #B0591C; }
span { border-color: rgb(176,89,28); }
td.TdClassName
{
border-color: #B0591C;
}
.TagClassName
{
border-color: #B0591C;
}
</style>