Shades of Brass #B59F39
Tints of Brass #B59F39
RGB
CMYK
RGB Variations
Color information
#B59F39 (or 0xB59F39) is known color: Brass. HEX triplet: B5, 9F and 39. RGB value is (181,159,57). Sum of RGB (Red+Green+Blue) = 181+159+57=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59F39 is #4A60C6. Grayscale: #9A9A9A. Windows color (decimal): -4874439 or 3776437. OLE color: 3776437.
HSL color Cylindrical-coordinate representation of color #B59F39: hue angle of 49.35º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B59F39 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 159 | 57 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.29 |
| HSL | 49.35º | 0.52% | 0.47% | - |
| HSV(B) | 49.35º | 0.69% | 0.71% | - |
| XYZ | 32.19 | 34.92 | 8.91 | - |
| YUV | 153.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 159 | 57 | 0 | 0.12 | 0.69 | 0.29 | 49.35 | 0.52 | 0.47 |
| Hex | B5 | 9F | 39 | 0 | C | 45 | 1D | 31 | 34 | 2F |
| Octal | 265 | 237 | 71 | 0 | 14 | 105 | 35 | 61 | 64 | 57 |
| Binary | 10110101 | 10011111 | 111001 | 0 | 1100 | 1000101 | 11101 | 110001 | 110100 | 101111 |
Color Harmonies of #B59F39
Complementary color
Monochromatic Colors of #B59F39
Black with #B59F39
Text Example
Text Example
White with #B59F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59F39; }
p { color: rgb(181,159,57); }
H1.HeaderClassName
{
color: #B59F39;
}
.AnyTagClassName
{
color: #B59F39;
}
</style>
background-color css
<style>
a { background-color: #B59F39; }
a { background-color: rgb(181,159,57); }
div.DivClassName
{
background-color: #B59F39;
}
.BgClassName
{
background-color: #B59F39;
}
</style>
border-color css
<style>
span { border-color: #B59F39; }
span { border-color: rgb(181,159,57); }
td.TdClassName
{
border-color: #B59F39;
}
.TagClassName
{
border-color: #B59F39;
}
</style>