Shades of Brass #B19E3A
Tints of Brass #B19E3A
RGB
CMYK
RGB Variations
Color information
#B19E3A (or 0xB19E3A) is known color: Brass. HEX triplet: B1, 9E and 3A. RGB value is (177,158,58). Sum of RGB (Red+Green+Blue) = 177+158+58=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19E3A is #4E61C5. Grayscale: #989898. Windows color (decimal): -5136838 or 3841713. OLE color: 3841713.
HSL color Cylindrical-coordinate representation of color #B19E3A: hue angle of 50.42º degrees, saturation: 0.51, 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 #B19E3A is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 58 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.31 |
| HSL | 50.42º | 0.51% | 0.46% | - |
| HSV(B) | 50.42º | 0.67% | 0.69% | - |
| XYZ | 31.12 | 34.11 | 8.95 | - |
| YUV | 152.28 | 74.79 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 58 | 0 | 0.11 | 0.67 | 0.31 | 50.42 | 0.51 | 0.46 |
| Hex | B1 | 9E | 3A | 0 | B | 43 | 1F | 32 | 33 | 2E |
| Octal | 261 | 236 | 72 | 0 | 13 | 103 | 37 | 62 | 63 | 56 |
| Binary | 10110001 | 10011110 | 111010 | 0 | 1011 | 1000011 | 11111 | 110010 | 110011 | 101110 |
Color Harmonies of #B19E3A
Complementary color
Monochromatic Colors of #B19E3A
Black with #B19E3A
Text Example
Text Example
White with #B19E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E3A; }
p { color: rgb(177,158,58); }
H1.HeaderClassName
{
color: #B19E3A;
}
.AnyTagClassName
{
color: #B19E3A;
}
</style>
background-color css
<style>
a { background-color: #B19E3A; }
a { background-color: rgb(177,158,58); }
div.DivClassName
{
background-color: #B19E3A;
}
.BgClassName
{
background-color: #B19E3A;
}
</style>
border-color css
<style>
span { border-color: #B19E3A; }
span { border-color: rgb(177,158,58); }
td.TdClassName
{
border-color: #B19E3A;
}
.TagClassName
{
border-color: #B19E3A;
}
</style>