Shades of Rich Gold #B15912
Tints of Rich Gold #B15912
RGB
CMYK
RGB Variations
Color information
#B15912 (or 0xB15912) is known color: Rich Gold. HEX triplet: B1, 59 and 12. RGB value is (177,89,18). Sum of RGB (Red+Green+Blue) = 177+89+18=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B15912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15912 is #4EA6ED. Grayscale: #6B6B6B. Windows color (decimal): -5154542 or 1202609. OLE color: 1202609.
HSL color Cylindrical-coordinate representation of color #B15912: hue angle of 26.79º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B15912 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 18 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.31 |
| HSL | 26.79º | 0.82% | 0.38% | - |
| HSV(B) | 26.79º | 0.9% | 0.69% | - |
| XYZ | 21.81 | 16.54 | 2.61 | - |
| YUV | 107.22 | 77.65 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 18 | 0 | 0.50 | 0.90 | 0.31 | 26.79 | 0.82 | 0.38 |
| Hex | B1 | 59 | 12 | 0 | 32 | 5A | 1F | 1B | 52 | 26 |
| Octal | 261 | 131 | 22 | 0 | 62 | 132 | 37 | 33 | 122 | 46 |
| Binary | 10110001 | 1011001 | 10010 | 0 | 110010 | 1011010 | 11111 | 11011 | 1010010 | 100110 |
Color Harmonies of #B15912
Complementary color
Monochromatic Colors of #B15912
Black with #B15912
Text Example
Text Example
White with #B15912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15912; }
p { color: rgb(177,89,18); }
H1.HeaderClassName
{
color: #B15912;
}
.AnyTagClassName
{
color: #B15912;
}
</style>
background-color css
<style>
a { background-color: #B15912; }
a { background-color: rgb(177,89,18); }
div.DivClassName
{
background-color: #B15912;
}
.BgClassName
{
background-color: #B15912;
}
</style>
border-color css
<style>
span { border-color: #B15912; }
span { border-color: rgb(177,89,18); }
td.TdClassName
{
border-color: #B15912;
}
.TagClassName
{
border-color: #B15912;
}
</style>