Shades of Brass #B59E3C
Tints of Brass #B59E3C
RGB
CMYK
RGB Variations
Color information
#B59E3C (or 0xB59E3C) is known color: Brass. HEX triplet: B5, 9E and 3C. RGB value is (181,158,60). Sum of RGB (Red+Green+Blue) = 181+158+60=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59E3C is #4A61C3. Grayscale: #9A9A9A. Windows color (decimal): -4874692 or 3972789. OLE color: 3972789.
HSL color Cylindrical-coordinate representation of color #B59E3C: hue angle of 48.6º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B59E3C is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 158 | 60 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.29 |
| HSL | 48.6º | 0.5% | 0.47% | - |
| HSV(B) | 48.6º | 0.67% | 0.71% | - |
| XYZ | 32.1 | 34.6 | 9.26 | - |
| YUV | 153.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 158 | 60 | 0 | 0.13 | 0.67 | 0.29 | 48.6 | 0.5 | 0.47 |
| Hex | B5 | 9E | 3C | 0 | D | 43 | 1D | 31 | 32 | 2F |
| Octal | 265 | 236 | 74 | 0 | 15 | 103 | 35 | 61 | 62 | 57 |
| Binary | 10110101 | 10011110 | 111100 | 0 | 1101 | 1000011 | 11101 | 110001 | 110010 | 101111 |
Color Harmonies of #B59E3C
Complementary color
Monochromatic Colors of #B59E3C
Black with #B59E3C
Text Example
Text Example
White with #B59E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59E3C; }
p { color: rgb(181,158,60); }
H1.HeaderClassName
{
color: #B59E3C;
}
.AnyTagClassName
{
color: #B59E3C;
}
</style>
background-color css
<style>
a { background-color: #B59E3C; }
a { background-color: rgb(181,158,60); }
div.DivClassName
{
background-color: #B59E3C;
}
.BgClassName
{
background-color: #B59E3C;
}
</style>
border-color css
<style>
span { border-color: #B59E3C; }
span { border-color: rgb(181,158,60); }
td.TdClassName
{
border-color: #B59E3C;
}
.TagClassName
{
border-color: #B59E3C;
}
</style>