Shades of Rich Gold #B35A16
Tints of Rich Gold #B35A16
RGB
CMYK
RGB Variations
Color information
#B35A16 (or 0xB35A16) is known color: Rich Gold. HEX triplet: B3, 5A and 16. RGB value is (179,90,22). Sum of RGB (Red+Green+Blue) = 179+90+22=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35A16 is #4CA5E9. Grayscale: #6D6D6D. Windows color (decimal): -5023210 or 1465011. OLE color: 1465011.
HSL color Cylindrical-coordinate representation of color #B35A16: hue angle of 25.99º 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 #B35A16 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 90 | 22 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.30 |
| HSL | 25.99º | 0.78% | 0.39% | - |
| HSV(B) | 25.99º | 0.88% | 0.7% | - |
| XYZ | 22.39 | 16.95 | 2.85 | - |
| YUV | 108.86 | 78.99 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 90 | 22 | 0 | 0.50 | 0.88 | 0.30 | 25.99 | 0.78 | 0.39 |
| Hex | B3 | 5A | 16 | 0 | 32 | 58 | 1E | 1A | 4E | 27 |
| Octal | 263 | 132 | 26 | 0 | 62 | 130 | 36 | 32 | 116 | 47 |
| Binary | 10110011 | 1011010 | 10110 | 0 | 110010 | 1011000 | 11110 | 11010 | 1001110 | 100111 |
Color Harmonies of #B35A16
Complementary color
Monochromatic Colors of #B35A16
Black with #B35A16
Text Example
Text Example
White with #B35A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35A16; }
p { color: rgb(179,90,22); }
H1.HeaderClassName
{
color: #B35A16;
}
.AnyTagClassName
{
color: #B35A16;
}
</style>
background-color css
<style>
a { background-color: #B35A16; }
a { background-color: rgb(179,90,22); }
div.DivClassName
{
background-color: #B35A16;
}
.BgClassName
{
background-color: #B35A16;
}
</style>
border-color css
<style>
span { border-color: #B35A16; }
span { border-color: rgb(179,90,22); }
td.TdClassName
{
border-color: #B35A16;
}
.TagClassName
{
border-color: #B35A16;
}
</style>