Shades of Rich Gold #B05E17
Tints of Rich Gold #B05E17
RGB
CMYK
RGB Variations
Color information
#B05E17 (or 0xB05E17) is known color: Rich Gold. HEX triplet: B0, 5E and 17. RGB value is (176,94,23). Sum of RGB (Red+Green+Blue) = 176+94+23=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05E17 is #4FA1E8. Grayscale: #6E6E6E. Windows color (decimal): -5218793 or 1531568. OLE color: 1531568.
HSL color Cylindrical-coordinate representation of color #B05E17: hue angle of 27.84º 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 #B05E17 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 94 | 23 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.31 |
| HSL | 27.84º | 0.77% | 0.39% | - |
| HSV(B) | 27.84º | 0.87% | 0.69% | - |
| XYZ | 22.06 | 17.3 | 2.99 | - |
| YUV | 110.42 | 78.67 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 23 | 0 | 0.47 | 0.87 | 0.31 | 27.84 | 0.77 | 0.39 |
| Hex | B0 | 5E | 17 | 0 | 2F | 57 | 1F | 1C | 4D | 27 |
| Octal | 260 | 136 | 27 | 0 | 57 | 127 | 37 | 34 | 115 | 47 |
| Binary | 10110000 | 1011110 | 10111 | 0 | 101111 | 1010111 | 11111 | 11100 | 1001101 | 100111 |
Color Harmonies of #B05E17
Complementary color
Monochromatic Colors of #B05E17
Black with #B05E17
Text Example
Text Example
White with #B05E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05E17; }
p { color: rgb(176,94,23); }
H1.HeaderClassName
{
color: #B05E17;
}
.AnyTagClassName
{
color: #B05E17;
}
</style>
background-color css
<style>
a { background-color: #B05E17; }
a { background-color: rgb(176,94,23); }
div.DivClassName
{
background-color: #B05E17;
}
.BgClassName
{
background-color: #B05E17;
}
</style>
border-color css
<style>
span { border-color: #B05E17; }
span { border-color: rgb(176,94,23); }
td.TdClassName
{
border-color: #B05E17;
}
.TagClassName
{
border-color: #B05E17;
}
</style>