Shades of Rich Gold #B15919
Tints of Rich Gold #B15919
RGB
CMYK
RGB Variations
Color information
#B15919 (or 0xB15919) is known color: Rich Gold. HEX triplet: B1, 59 and 19. RGB value is (177,89,25). Sum of RGB (Red+Green+Blue) = 177+89+25=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B15919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15919 is #4EA6E6. Grayscale: #6C6C6C. Windows color (decimal): -5154535 or 1661361. OLE color: 1661361.
HSL color Cylindrical-coordinate representation of color #B15919: hue angle of 25.26º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B15919 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 25 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.31 |
| HSL | 25.26º | 0.75% | 0.4% | - |
| HSV(B) | 25.26º | 0.86% | 0.69% | - |
| XYZ | 21.88 | 16.56 | 2.96 | - |
| YUV | 108.02 | 81.15 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 25 | 0 | 0.50 | 0.86 | 0.31 | 25.26 | 0.75 | 0.4 |
| Hex | B1 | 59 | 19 | 0 | 32 | 56 | 1F | 19 | 4B | 28 |
| Octal | 261 | 131 | 31 | 0 | 62 | 126 | 37 | 31 | 113 | 50 |
| Binary | 10110001 | 1011001 | 11001 | 0 | 110010 | 1010110 | 11111 | 11001 | 1001011 | 101000 |
Color Harmonies of #B15919
Complementary color
Monochromatic Colors of #B15919
Black with #B15919
Text Example
Text Example
White with #B15919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15919; }
p { color: rgb(177,89,25); }
H1.HeaderClassName
{
color: #B15919;
}
.AnyTagClassName
{
color: #B15919;
}
</style>
background-color css
<style>
a { background-color: #B15919; }
a { background-color: rgb(177,89,25); }
div.DivClassName
{
background-color: #B15919;
}
.BgClassName
{
background-color: #B15919;
}
</style>
border-color css
<style>
span { border-color: #B15919; }
span { border-color: rgb(177,89,25); }
td.TdClassName
{
border-color: #B15919;
}
.TagClassName
{
border-color: #B15919;
}
</style>