Shades of Rich Gold #B05416
Tints of Rich Gold #B05416
RGB
CMYK
RGB Variations
Color information
#B05416 (or 0xB05416) is known color: Rich Gold. HEX triplet: B0, 54 and 16. RGB value is (176,84,22). Sum of RGB (Red+Green+Blue) = 176+84+22=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B05416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05416 is #4FABE9. Grayscale: #686868. Windows color (decimal): -5221354 or 1463472. OLE color: 1463472.
HSL color Cylindrical-coordinate representation of color #B05416: hue angle of 24.16º 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 #B05416 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 22 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.31 |
| HSL | 24.16º | 0.78% | 0.39% | - |
| HSV(B) | 24.16º | 0.88% | 0.69% | - |
| XYZ | 21.22 | 15.63 | 2.66 | - |
| YUV | 104.44 | 81.48 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 22 | 0 | 0.52 | 0.88 | 0.31 | 24.16 | 0.78 | 0.39 |
| Hex | B0 | 54 | 16 | 0 | 34 | 58 | 1F | 18 | 4E | 27 |
| Octal | 260 | 124 | 26 | 0 | 64 | 130 | 37 | 30 | 116 | 47 |
| Binary | 10110000 | 1010100 | 10110 | 0 | 110100 | 1011000 | 11111 | 11000 | 1001110 | 100111 |
Color Harmonies of #B05416
Complementary color
Monochromatic Colors of #B05416
Black with #B05416
Text Example
Text Example
White with #B05416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05416; }
p { color: rgb(176,84,22); }
H1.HeaderClassName
{
color: #B05416;
}
.AnyTagClassName
{
color: #B05416;
}
</style>
background-color css
<style>
a { background-color: #B05416; }
a { background-color: rgb(176,84,22); }
div.DivClassName
{
background-color: #B05416;
}
.BgClassName
{
background-color: #B05416;
}
</style>
border-color css
<style>
span { border-color: #B05416; }
span { border-color: rgb(176,84,22); }
td.TdClassName
{
border-color: #B05416;
}
.TagClassName
{
border-color: #B05416;
}
</style>