Shades of Rich Gold #B1521B
Tints of Rich Gold #B1521B
RGB
CMYK
RGB Variations
Color information
#B1521B (or 0xB1521B) is known color: Rich Gold. HEX triplet: B1, 52 and 1B. RGB value is (177,82,27). Sum of RGB (Red+Green+Blue) = 177+82+27=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1521B is #4EADE4. Grayscale: #686868. Windows color (decimal): -5156325 or 1790641. OLE color: 1790641.
HSL color Cylindrical-coordinate representation of color #B1521B: hue angle of 22º degrees, saturation: 0.74, 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 #B1521B is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 27 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.31 |
| HSL | 22º | 0.74% | 0.4% | - |
| HSV(B) | 22º | 0.85% | 0.69% | - |
| XYZ | 21.35 | 15.46 | 2.9 | - |
| YUV | 104.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 27 | 0 | 0.54 | 0.85 | 0.31 | 22 | 0.74 | 0.4 |
| Hex | B1 | 52 | 1B | 0 | 36 | 55 | 1F | 16 | 4A | 28 |
| Octal | 261 | 122 | 33 | 0 | 66 | 125 | 37 | 26 | 112 | 50 |
| Binary | 10110001 | 1010010 | 11011 | 0 | 110110 | 1010101 | 11111 | 10110 | 1001010 | 101000 |
Color Harmonies of #B1521B
Complementary color
Monochromatic Colors of #B1521B
Black with #B1521B
Text Example
Text Example
White with #B1521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1521B; }
p { color: rgb(177,82,27); }
H1.HeaderClassName
{
color: #B1521B;
}
.AnyTagClassName
{
color: #B1521B;
}
</style>
background-color css
<style>
a { background-color: #B1521B; }
a { background-color: rgb(177,82,27); }
div.DivClassName
{
background-color: #B1521B;
}
.BgClassName
{
background-color: #B1521B;
}
</style>
border-color css
<style>
span { border-color: #B1521B; }
span { border-color: rgb(177,82,27); }
td.TdClassName
{
border-color: #B1521B;
}
.TagClassName
{
border-color: #B1521B;
}
</style>