Shades of Rich Gold #B15416
Tints of Rich Gold #B15416
RGB
CMYK
RGB Variations
Color information
#B15416 (or 0xB15416) is known color: Rich Gold. HEX triplet: B1, 54 and 16. RGB value is (177,84,22). Sum of RGB (Red+Green+Blue) = 177+84+22=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B15416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15416 is #4EABE9. Grayscale: #696969. Windows color (decimal): -5155818 or 1463473. OLE color: 1463473.
HSL color Cylindrical-coordinate representation of color #B15416: hue angle of 24º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B15416 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 22 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.31 |
| HSL | 24º | 0.78% | 0.39% | - |
| HSV(B) | 24º | 0.88% | 0.69% | - |
| XYZ | 21.45 | 15.75 | 2.67 | - |
| YUV | 104.74 | 81.31 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 22 | 0 | 0.53 | 0.88 | 0.31 | 24 | 0.78 | 0.39 |
| Hex | B1 | 54 | 16 | 0 | 35 | 58 | 1F | 18 | 4E | 27 |
| Octal | 261 | 124 | 26 | 0 | 65 | 130 | 37 | 30 | 116 | 47 |
| Binary | 10110001 | 1010100 | 10110 | 0 | 110101 | 1011000 | 11111 | 11000 | 1001110 | 100111 |
Color Harmonies of #B15416
Complementary color
Monochromatic Colors of #B15416
Black with #B15416
Text Example
Text Example
White with #B15416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15416; }
p { color: rgb(177,84,22); }
H1.HeaderClassName
{
color: #B15416;
}
.AnyTagClassName
{
color: #B15416;
}
</style>
background-color css
<style>
a { background-color: #B15416; }
a { background-color: rgb(177,84,22); }
div.DivClassName
{
background-color: #B15416;
}
.BgClassName
{
background-color: #B15416;
}
</style>
border-color css
<style>
span { border-color: #B15416; }
span { border-color: rgb(177,84,22); }
td.TdClassName
{
border-color: #B15416;
}
.TagClassName
{
border-color: #B15416;
}
</style>