Shades of Brass #B59E3F
Tints of Brass #B59E3F
RGB
CMYK
RGB Variations
Color information
#B59E3F (or 0xB59E3F) is known color: Brass. HEX triplet: B5, 9E and 3F. RGB value is (181,158,63). Sum of RGB (Red+Green+Blue) = 181+158+63=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59E3F is #4A61C0. Grayscale: #9A9A9A. Windows color (decimal): -4874689 or 4169397. OLE color: 4169397.
HSL color Cylindrical-coordinate representation of color #B59E3F: hue angle of 48.31º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B59E3F is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 158 | 63 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.29 |
| HSL | 48.31º | 0.48% | 0.48% | - |
| HSV(B) | 48.31º | 0.65% | 0.71% | - |
| XYZ | 32.18 | 34.64 | 9.69 | - |
| YUV | 154.05 | 76.62 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 158 | 63 | 0 | 0.13 | 0.65 | 0.29 | 48.31 | 0.48 | 0.48 |
| Hex | B5 | 9E | 3F | 0 | D | 41 | 1D | 30 | 30 | 30 |
| Octal | 265 | 236 | 77 | 0 | 15 | 101 | 35 | 60 | 60 | 60 |
| Binary | 10110101 | 10011110 | 111111 | 0 | 1101 | 1000001 | 11101 | 110000 | 110000 | 110000 |
Color Harmonies of #B59E3F
Complementary color
Monochromatic Colors of #B59E3F
Black with #B59E3F
Text Example
Text Example
White with #B59E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59E3F; }
p { color: rgb(181,158,63); }
H1.HeaderClassName
{
color: #B59E3F;
}
.AnyTagClassName
{
color: #B59E3F;
}
</style>
background-color css
<style>
a { background-color: #B59E3F; }
a { background-color: rgb(181,158,63); }
div.DivClassName
{
background-color: #B59E3F;
}
.BgClassName
{
background-color: #B59E3F;
}
</style>
border-color css
<style>
span { border-color: #B59E3F; }
span { border-color: rgb(181,158,63); }
td.TdClassName
{
border-color: #B59E3F;
}
.TagClassName
{
border-color: #B59E3F;
}
</style>