Shades of Rich Gold #B0551B
Tints of Rich Gold #B0551B
RGB
CMYK
RGB Variations
Color information
#B0551B (or 0xB0551B) is known color: Rich Gold. HEX triplet: B0, 55 and 1B. RGB value is (176,85,27). Sum of RGB (Red+Green+Blue) = 176+85+27=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B0551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0551B is #4FAAE4. Grayscale: #696969. Windows color (decimal): -5221093 or 1791408. OLE color: 1791408.
HSL color Cylindrical-coordinate representation of color #B0551B: hue angle of 23.36º degrees, saturation: 0.73, 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 #B0551B is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 27 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.31 |
| HSL | 23.36º | 0.73% | 0.4% | - |
| HSV(B) | 23.36º | 0.85% | 0.69% | - |
| XYZ | 21.35 | 15.81 | 2.96 | - |
| YUV | 105.6 | 83.65 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 27 | 0 | 0.52 | 0.85 | 0.31 | 23.36 | 0.73 | 0.4 |
| Hex | B0 | 55 | 1B | 0 | 34 | 55 | 1F | 17 | 49 | 28 |
| Octal | 260 | 125 | 33 | 0 | 64 | 125 | 37 | 27 | 111 | 50 |
| Binary | 10110000 | 1010101 | 11011 | 0 | 110100 | 1010101 | 11111 | 10111 | 1001001 | 101000 |
Color Harmonies of #B0551B
Complementary color
Monochromatic Colors of #B0551B
Black with #B0551B
Text Example
Text Example
White with #B0551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0551B; }
p { color: rgb(176,85,27); }
H1.HeaderClassName
{
color: #B0551B;
}
.AnyTagClassName
{
color: #B0551B;
}
</style>
background-color css
<style>
a { background-color: #B0551B; }
a { background-color: rgb(176,85,27); }
div.DivClassName
{
background-color: #B0551B;
}
.BgClassName
{
background-color: #B0551B;
}
</style>
border-color css
<style>
span { border-color: #B0551B; }
span { border-color: rgb(176,85,27); }
td.TdClassName
{
border-color: #B0551B;
}
.TagClassName
{
border-color: #B0551B;
}
</style>