Shades of Rich Gold #B25E17
Tints of Rich Gold #B25E17
RGB
CMYK
RGB Variations
Color information
#B25E17 (or 0xB25E17) is known color: Rich Gold. HEX triplet: B2, 5E and 17. RGB value is (178,94,23). Sum of RGB (Red+Green+Blue) = 178+94+23=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25E17 is #4DA1E8. Grayscale: #6F6F6F. Windows color (decimal): -5087721 or 1531570. OLE color: 1531570.
HSL color Cylindrical-coordinate representation of color #B25E17: hue angle of 27.48º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B25E17 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 23 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.30 |
| HSL | 27.48º | 0.77% | 0.39% | - |
| HSV(B) | 27.48º | 0.87% | 0.7% | - |
| XYZ | 22.52 | 17.53 | 3.01 | - |
| YUV | 111.02 | 78.33 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 23 | 0 | 0.47 | 0.87 | 0.30 | 27.48 | 0.77 | 0.39 |
| Hex | B2 | 5E | 17 | 0 | 2F | 57 | 1E | 1B | 4D | 27 |
| Octal | 262 | 136 | 27 | 0 | 57 | 127 | 36 | 33 | 115 | 47 |
| Binary | 10110010 | 1011110 | 10111 | 0 | 101111 | 1010111 | 11110 | 11011 | 1001101 | 100111 |
Color Harmonies of #B25E17
Complementary color
Monochromatic Colors of #B25E17
Black with #B25E17
Text Example
Text Example
White with #B25E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E17; }
p { color: rgb(178,94,23); }
H1.HeaderClassName
{
color: #B25E17;
}
.AnyTagClassName
{
color: #B25E17;
}
</style>
background-color css
<style>
a { background-color: #B25E17; }
a { background-color: rgb(178,94,23); }
div.DivClassName
{
background-color: #B25E17;
}
.BgClassName
{
background-color: #B25E17;
}
</style>
border-color css
<style>
span { border-color: #B25E17; }
span { border-color: rgb(178,94,23); }
td.TdClassName
{
border-color: #B25E17;
}
.TagClassName
{
border-color: #B25E17;
}
</style>