Shades of Rich Gold #B25A16
Tints of Rich Gold #B25A16
RGB
CMYK
RGB Variations
Color information
#B25A16 (or 0xB25A16) is known color: Rich Gold. HEX triplet: B2, 5A and 16. RGB value is (178,90,22). Sum of RGB (Red+Green+Blue) = 178+90+22=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25A16 is #4DA5E9. Grayscale: #6C6C6C. Windows color (decimal): -5088746 or 1465010. OLE color: 1465010.
HSL color Cylindrical-coordinate representation of color #B25A16: hue angle of 26.15º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B25A16 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 22 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.30 |
| HSL | 26.15º | 0.78% | 0.39% | - |
| HSV(B) | 26.15º | 0.88% | 0.7% | - |
| XYZ | 22.16 | 16.84 | 2.84 | - |
| YUV | 108.56 | 79.15 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 22 | 0 | 0.49 | 0.88 | 0.30 | 26.15 | 0.78 | 0.39 |
| Hex | B2 | 5A | 16 | 0 | 31 | 58 | 1E | 1A | 4E | 27 |
| Octal | 262 | 132 | 26 | 0 | 61 | 130 | 36 | 32 | 116 | 47 |
| Binary | 10110010 | 1011010 | 10110 | 0 | 110001 | 1011000 | 11110 | 11010 | 1001110 | 100111 |
Color Harmonies of #B25A16
Complementary color
Monochromatic Colors of #B25A16
Black with #B25A16
Text Example
Text Example
White with #B25A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25A16; }
p { color: rgb(178,90,22); }
H1.HeaderClassName
{
color: #B25A16;
}
.AnyTagClassName
{
color: #B25A16;
}
</style>
background-color css
<style>
a { background-color: #B25A16; }
a { background-color: rgb(178,90,22); }
div.DivClassName
{
background-color: #B25A16;
}
.BgClassName
{
background-color: #B25A16;
}
</style>
border-color css
<style>
span { border-color: #B25A16; }
span { border-color: rgb(178,90,22); }
td.TdClassName
{
border-color: #B25A16;
}
.TagClassName
{
border-color: #B25A16;
}
</style>