Shades of Brass #B19F41
Tints of Brass #B19F41
RGB
CMYK
RGB Variations
Color information
#B19F41 (or 0xB19F41) is known color: Brass. HEX triplet: B1, 9F and 41. RGB value is (177,159,65). Sum of RGB (Red+Green+Blue) = 177+159+65=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19F41 is #4E60BE. Grayscale: #9A9A9A. Windows color (decimal): -5136575 or 4300721. OLE color: 4300721.
HSL color Cylindrical-coordinate representation of color #B19F41: hue angle of 50.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B19F41 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 65 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.31 |
| HSL | 50.36º | 0.46% | 0.47% | - |
| HSV(B) | 50.36º | 0.63% | 0.69% | - |
| XYZ | 31.48 | 34.53 | 10.01 | - |
| YUV | 153.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 65 | 0 | 0.10 | 0.63 | 0.31 | 50.36 | 0.46 | 0.47 |
| Hex | B1 | 9F | 41 | 0 | A | 3F | 1F | 32 | 2E | 2F |
| Octal | 261 | 237 | 101 | 0 | 12 | 77 | 37 | 62 | 56 | 57 |
| Binary | 10110001 | 10011111 | 1000001 | 0 | 1010 | 111111 | 11111 | 110010 | 101110 | 101111 |
Color Harmonies of #B19F41
Complementary color
Monochromatic Colors of #B19F41
Black with #B19F41
Text Example
Text Example
White with #B19F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F41; }
p { color: rgb(177,159,65); }
H1.HeaderClassName
{
color: #B19F41;
}
.AnyTagClassName
{
color: #B19F41;
}
</style>
background-color css
<style>
a { background-color: #B19F41; }
a { background-color: rgb(177,159,65); }
div.DivClassName
{
background-color: #B19F41;
}
.BgClassName
{
background-color: #B19F41;
}
</style>
border-color css
<style>
span { border-color: #B19F41; }
span { border-color: rgb(177,159,65); }
td.TdClassName
{
border-color: #B19F41;
}
.TagClassName
{
border-color: #B19F41;
}
</style>