Shades of Rich Gold #B25E15
Tints of Rich Gold #B25E15
RGB
CMYK
RGB Variations
Color information
#B25E15 (or 0xB25E15) is known color: Rich Gold. HEX triplet: B2, 5E and 15. RGB value is (178,94,21). Sum of RGB (Red+Green+Blue) = 178+94+21=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25E15 is #4DA1EA. Grayscale: #6F6F6F. Windows color (decimal): -5087723 or 1400498. OLE color: 1400498.
HSL color Cylindrical-coordinate representation of color #B25E15: hue angle of 27.9º degrees, saturation: 0.79, 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 #B25E15 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 21 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.30 |
| HSL | 27.9º | 0.79% | 0.39% | - |
| HSV(B) | 27.9º | 0.88% | 0.7% | - |
| XYZ | 22.5 | 17.52 | 2.91 | - |
| YUV | 110.79 | 77.33 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 21 | 0 | 0.47 | 0.88 | 0.30 | 27.9 | 0.79 | 0.39 |
| Hex | B2 | 5E | 15 | 0 | 2F | 58 | 1E | 1C | 4F | 27 |
| Octal | 262 | 136 | 25 | 0 | 57 | 130 | 36 | 34 | 117 | 47 |
| Binary | 10110010 | 1011110 | 10101 | 0 | 101111 | 1011000 | 11110 | 11100 | 1001111 | 100111 |
Color Harmonies of #B25E15
Complementary color
Monochromatic Colors of #B25E15
Black with #B25E15
Text Example
Text Example
White with #B25E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E15; }
p { color: rgb(178,94,21); }
H1.HeaderClassName
{
color: #B25E15;
}
.AnyTagClassName
{
color: #B25E15;
}
</style>
background-color css
<style>
a { background-color: #B25E15; }
a { background-color: rgb(178,94,21); }
div.DivClassName
{
background-color: #B25E15;
}
.BgClassName
{
background-color: #B25E15;
}
</style>
border-color css
<style>
span { border-color: #B25E15; }
span { border-color: rgb(178,94,21); }
td.TdClassName
{
border-color: #B25E15;
}
.TagClassName
{
border-color: #B25E15;
}
</style>