Shades of Brass #B19E42
Tints of Brass #B19E42
RGB
CMYK
RGB Variations
Color information
#B19E42 (or 0xB19E42) is known color: Brass. HEX triplet: B1, 9E and 42. RGB value is (177,158,66). Sum of RGB (Red+Green+Blue) = 177+158+66=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19E42 is #4E61BD. Grayscale: #999999. Windows color (decimal): -5136830 or 4366001. OLE color: 4366001.
HSL color Cylindrical-coordinate representation of color #B19E42: hue angle of 49.73º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B19E42 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 66 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.31 |
| HSL | 49.73º | 0.46% | 0.48% | - |
| HSV(B) | 49.73º | 0.63% | 0.69% | - |
| XYZ | 31.34 | 34.19 | 10.1 | - |
| YUV | 153.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 66 | 0 | 0.11 | 0.63 | 0.31 | 49.73 | 0.46 | 0.48 |
| Hex | B1 | 9E | 42 | 0 | B | 3F | 1F | 32 | 2E | 30 |
| Octal | 261 | 236 | 102 | 0 | 13 | 77 | 37 | 62 | 56 | 60 |
| Binary | 10110001 | 10011110 | 1000010 | 0 | 1011 | 111111 | 11111 | 110010 | 101110 | 110000 |
Color Harmonies of #B19E42
Complementary color
Monochromatic Colors of #B19E42
Black with #B19E42
Text Example
Text Example
White with #B19E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E42; }
p { color: rgb(177,158,66); }
H1.HeaderClassName
{
color: #B19E42;
}
.AnyTagClassName
{
color: #B19E42;
}
</style>
background-color css
<style>
a { background-color: #B19E42; }
a { background-color: rgb(177,158,66); }
div.DivClassName
{
background-color: #B19E42;
}
.BgClassName
{
background-color: #B19E42;
}
</style>
border-color css
<style>
span { border-color: #B19E42; }
span { border-color: rgb(177,158,66); }
td.TdClassName
{
border-color: #B19E42;
}
.TagClassName
{
border-color: #B19E42;
}
</style>