Shades of Rich Gold #B05A17
Tints of Rich Gold #B05A17
RGB
CMYK
RGB Variations
Color information
#B05A17 (or 0xB05A17) is known color: Rich Gold. HEX triplet: B0, 5A and 17. RGB value is (176,90,23). Sum of RGB (Red+Green+Blue) = 176+90+23=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05A17 is #4FA5E8. Grayscale: #6C6C6C. Windows color (decimal): -5219817 or 1530544. OLE color: 1530544.
HSL color Cylindrical-coordinate representation of color #B05A17: hue angle of 26.27º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B05A17 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 23 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.31 |
| HSL | 26.27º | 0.77% | 0.39% | - |
| HSV(B) | 26.27º | 0.87% | 0.69% | - |
| XYZ | 21.72 | 16.6 | 2.87 | - |
| YUV | 108.08 | 79.99 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 23 | 0 | 0.49 | 0.87 | 0.31 | 26.27 | 0.77 | 0.39 |
| Hex | B0 | 5A | 17 | 0 | 31 | 57 | 1F | 1A | 4D | 27 |
| Octal | 260 | 132 | 27 | 0 | 61 | 127 | 37 | 32 | 115 | 47 |
| Binary | 10110000 | 1011010 | 10111 | 0 | 110001 | 1010111 | 11111 | 11010 | 1001101 | 100111 |
Color Harmonies of #B05A17
Complementary color
Monochromatic Colors of #B05A17
Black with #B05A17
Text Example
Text Example
White with #B05A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A17; }
p { color: rgb(176,90,23); }
H1.HeaderClassName
{
color: #B05A17;
}
.AnyTagClassName
{
color: #B05A17;
}
</style>
background-color css
<style>
a { background-color: #B05A17; }
a { background-color: rgb(176,90,23); }
div.DivClassName
{
background-color: #B05A17;
}
.BgClassName
{
background-color: #B05A17;
}
</style>
border-color css
<style>
span { border-color: #B05A17; }
span { border-color: rgb(176,90,23); }
td.TdClassName
{
border-color: #B05A17;
}
.TagClassName
{
border-color: #B05A17;
}
</style>