Shades of Rich Gold #B05915
Tints of Rich Gold #B05915
RGB
CMYK
RGB Variations
Color information
#B05915 (or 0xB05915) is known color: Rich Gold. HEX triplet: B0, 59 and 15. RGB value is (176,89,21). Sum of RGB (Red+Green+Blue) = 176+89+21=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B05915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05915 is #4FA6EA. Grayscale: #6B6B6B. Windows color (decimal): -5220075 or 1399216. OLE color: 1399216.
HSL color Cylindrical-coordinate representation of color #B05915: hue angle of 26.32º degrees, saturation: 0.79, 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 #B05915 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 21 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.31 |
| HSL | 26.32º | 0.79% | 0.39% | - |
| HSV(B) | 26.32º | 0.88% | 0.69% | - |
| XYZ | 21.61 | 16.43 | 2.74 | - |
| YUV | 107.26 | 79.32 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 21 | 0 | 0.49 | 0.88 | 0.31 | 26.32 | 0.79 | 0.39 |
| Hex | B0 | 59 | 15 | 0 | 31 | 58 | 1F | 1A | 4F | 27 |
| Octal | 260 | 131 | 25 | 0 | 61 | 130 | 37 | 32 | 117 | 47 |
| Binary | 10110000 | 1011001 | 10101 | 0 | 110001 | 1011000 | 11111 | 11010 | 1001111 | 100111 |
Color Harmonies of #B05915
Complementary color
Monochromatic Colors of #B05915
Black with #B05915
Text Example
Text Example
White with #B05915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05915; }
p { color: rgb(176,89,21); }
H1.HeaderClassName
{
color: #B05915;
}
.AnyTagClassName
{
color: #B05915;
}
</style>
background-color css
<style>
a { background-color: #B05915; }
a { background-color: rgb(176,89,21); }
div.DivClassName
{
background-color: #B05915;
}
.BgClassName
{
background-color: #B05915;
}
</style>
border-color css
<style>
span { border-color: #B05915; }
span { border-color: rgb(176,89,21); }
td.TdClassName
{
border-color: #B05915;
}
.TagClassName
{
border-color: #B05915;
}
</style>