Shades of Rich Gold #B05A16
Tints of Rich Gold #B05A16
RGB
CMYK
RGB Variations
Color information
#B05A16 (or 0xB05A16) is known color: Rich Gold. HEX triplet: B0, 5A and 16. RGB value is (176,90,22). Sum of RGB (Red+Green+Blue) = 176+90+22=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05A16 is #4FA5E9. Grayscale: #6C6C6C. Windows color (decimal): -5219818 or 1465008. OLE color: 1465008.
HSL color Cylindrical-coordinate representation of color #B05A16: hue angle of 26.49º 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 #B05A16 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 22 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.31 |
| HSL | 26.49º | 0.78% | 0.39% | - |
| HSV(B) | 26.49º | 0.88% | 0.69% | - |
| XYZ | 21.71 | 16.6 | 2.82 | - |
| YUV | 107.96 | 79.49 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 22 | 0 | 0.49 | 0.88 | 0.31 | 26.49 | 0.78 | 0.39 |
| Hex | B0 | 5A | 16 | 0 | 31 | 58 | 1F | 1A | 4E | 27 |
| Octal | 260 | 132 | 26 | 0 | 61 | 130 | 37 | 32 | 116 | 47 |
| Binary | 10110000 | 1011010 | 10110 | 0 | 110001 | 1011000 | 11111 | 11010 | 1001110 | 100111 |
Color Harmonies of #B05A16
Complementary color
Monochromatic Colors of #B05A16
Black with #B05A16
Text Example
Text Example
White with #B05A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A16; }
p { color: rgb(176,90,22); }
H1.HeaderClassName
{
color: #B05A16;
}
.AnyTagClassName
{
color: #B05A16;
}
</style>
background-color css
<style>
a { background-color: #B05A16; }
a { background-color: rgb(176,90,22); }
div.DivClassName
{
background-color: #B05A16;
}
.BgClassName
{
background-color: #B05A16;
}
</style>
border-color css
<style>
span { border-color: #B05A16; }
span { border-color: rgb(176,90,22); }
td.TdClassName
{
border-color: #B05A16;
}
.TagClassName
{
border-color: #B05A16;
}
</style>