Shades of Brass #B19E3B
Tints of Brass #B19E3B
RGB
CMYK
RGB Variations
Color information
#B19E3B (or 0xB19E3B) is known color: Brass. HEX triplet: B1, 9E and 3B. RGB value is (177,158,59). Sum of RGB (Red+Green+Blue) = 177+158+59=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19E3B is #4E61C4. Grayscale: #989898. Windows color (decimal): -5136837 or 3907249. OLE color: 3907249.
HSL color Cylindrical-coordinate representation of color #B19E3B: hue angle of 50.34º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B19E3B is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 59 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.31 |
| HSL | 50.34º | 0.5% | 0.46% | - |
| HSV(B) | 50.34º | 0.67% | 0.69% | - |
| XYZ | 31.15 | 34.12 | 9.08 | - |
| YUV | 152.4 | 75.29 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 59 | 0 | 0.11 | 0.67 | 0.31 | 50.34 | 0.5 | 0.46 |
| Hex | B1 | 9E | 3B | 0 | B | 43 | 1F | 32 | 32 | 2E |
| Octal | 261 | 236 | 73 | 0 | 13 | 103 | 37 | 62 | 62 | 56 |
| Binary | 10110001 | 10011110 | 111011 | 0 | 1011 | 1000011 | 11111 | 110010 | 110010 | 101110 |
Color Harmonies of #B19E3B
Complementary color
Monochromatic Colors of #B19E3B
Black with #B19E3B
Text Example
Text Example
White with #B19E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E3B; }
p { color: rgb(177,158,59); }
H1.HeaderClassName
{
color: #B19E3B;
}
.AnyTagClassName
{
color: #B19E3B;
}
</style>
background-color css
<style>
a { background-color: #B19E3B; }
a { background-color: rgb(177,158,59); }
div.DivClassName
{
background-color: #B19E3B;
}
.BgClassName
{
background-color: #B19E3B;
}
</style>
border-color css
<style>
span { border-color: #B19E3B; }
span { border-color: rgb(177,158,59); }
td.TdClassName
{
border-color: #B19E3B;
}
.TagClassName
{
border-color: #B19E3B;
}
</style>