Shades of Rich Gold #B1561D
Tints of Rich Gold #B1561D
RGB
CMYK
RGB Variations
Color information
#B1561D (or 0xB1561D) is known color: Rich Gold. HEX triplet: B1, 56 and 1D. RGB value is (177,86,29). Sum of RGB (Red+Green+Blue) = 177+86+29=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1561D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1561D is #4EA9E2. Grayscale: #6B6B6B. Windows color (decimal): -5155299 or 1922737. OLE color: 1922737.
HSL color Cylindrical-coordinate representation of color #B1561D: hue angle of 23.11º degrees, saturation: 0.72, 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 #B1561D is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 29 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.31 |
| HSL | 23.11º | 0.72% | 0.4% | - |
| HSV(B) | 23.11º | 0.84% | 0.69% | - |
| XYZ | 21.68 | 16.09 | 3.13 | - |
| YUV | 106.71 | 84.15 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 29 | 0 | 0.51 | 0.84 | 0.31 | 23.11 | 0.72 | 0.4 |
| Hex | B1 | 56 | 1D | 0 | 33 | 54 | 1F | 17 | 48 | 28 |
| Octal | 261 | 126 | 35 | 0 | 63 | 124 | 37 | 27 | 110 | 50 |
| Binary | 10110001 | 1010110 | 11101 | 0 | 110011 | 1010100 | 11111 | 10111 | 1001000 | 101000 |
Color Harmonies of #B1561D
Complementary color
Monochromatic Colors of #B1561D
Black with #B1561D
Text Example
Text Example
White with #B1561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1561D; }
p { color: rgb(177,86,29); }
H1.HeaderClassName
{
color: #B1561D;
}
.AnyTagClassName
{
color: #B1561D;
}
</style>
background-color css
<style>
a { background-color: #B1561D; }
a { background-color: rgb(177,86,29); }
div.DivClassName
{
background-color: #B1561D;
}
.BgClassName
{
background-color: #B1561D;
}
</style>
border-color css
<style>
span { border-color: #B1561D; }
span { border-color: rgb(177,86,29); }
td.TdClassName
{
border-color: #B1561D;
}
.TagClassName
{
border-color: #B1561D;
}
</style>