Shades of Rich Gold #B0511B
Tints of Rich Gold #B0511B
RGB
CMYK
RGB Variations
Color information
#B0511B (or 0xB0511B) is known color: Rich Gold. HEX triplet: B0, 51 and 1B. RGB value is (176,81,27). Sum of RGB (Red+Green+Blue) = 176+81+27=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B0511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0511B is #4FAEE4. Grayscale: #676767. Windows color (decimal): -5222117 or 1790384. OLE color: 1790384.
HSL color Cylindrical-coordinate representation of color #B0511B: hue angle of 21.74º 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 #B0511B is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 27 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.31 |
| HSL | 21.74º | 0.73% | 0.4% | - |
| HSV(B) | 21.74º | 0.85% | 0.69% | - |
| XYZ | 21.04 | 15.19 | 2.86 | - |
| YUV | 103.25 | 84.97 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 27 | 0 | 0.54 | 0.85 | 0.31 | 21.74 | 0.73 | 0.4 |
| Hex | B0 | 51 | 1B | 0 | 36 | 55 | 1F | 16 | 49 | 28 |
| Octal | 260 | 121 | 33 | 0 | 66 | 125 | 37 | 26 | 111 | 50 |
| Binary | 10110000 | 1010001 | 11011 | 0 | 110110 | 1010101 | 11111 | 10110 | 1001001 | 101000 |
Color Harmonies of #B0511B
Complementary color
Monochromatic Colors of #B0511B
Black with #B0511B
Text Example
Text Example
White with #B0511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0511B; }
p { color: rgb(176,81,27); }
H1.HeaderClassName
{
color: #B0511B;
}
.AnyTagClassName
{
color: #B0511B;
}
</style>
background-color css
<style>
a { background-color: #B0511B; }
a { background-color: rgb(176,81,27); }
div.DivClassName
{
background-color: #B0511B;
}
.BgClassName
{
background-color: #B0511B;
}
</style>
border-color css
<style>
span { border-color: #B0511B; }
span { border-color: rgb(176,81,27); }
td.TdClassName
{
border-color: #B0511B;
}
.TagClassName
{
border-color: #B0511B;
}
</style>