Shades of Brass #B19F44
Tints of Brass #B19F44
RGB
CMYK
RGB Variations
Color information
#B19F44 (or 0xB19F44) is known color: Brass. HEX triplet: B1, 9F and 44. RGB value is (177,159,68). Sum of RGB (Red+Green+Blue) = 177+159+68=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19F44 is #4E60BB. Grayscale: #9A9A9A. Windows color (decimal): -5136572 or 4497329. OLE color: 4497329.
HSL color Cylindrical-coordinate representation of color #B19F44: hue angle of 50.09º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B19F44 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 68 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.31 |
| HSL | 50.09º | 0.44% | 0.48% | - |
| HSV(B) | 50.09º | 0.62% | 0.69% | - |
| XYZ | 31.57 | 34.56 | 10.48 | - |
| YUV | 154.01 | 79.46 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 68 | 0 | 0.10 | 0.62 | 0.31 | 50.09 | 0.44 | 0.48 |
| Hex | B1 | 9F | 44 | 0 | A | 3E | 1F | 32 | 2C | 30 |
| Octal | 261 | 237 | 104 | 0 | 12 | 76 | 37 | 62 | 54 | 60 |
| Binary | 10110001 | 10011111 | 1000100 | 0 | 1010 | 111110 | 11111 | 110010 | 101100 | 110000 |
Color Harmonies of #B19F44
Complementary color
Monochromatic Colors of #B19F44
Black with #B19F44
Text Example
Text Example
White with #B19F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F44; }
p { color: rgb(177,159,68); }
H1.HeaderClassName
{
color: #B19F44;
}
.AnyTagClassName
{
color: #B19F44;
}
</style>
background-color css
<style>
a { background-color: #B19F44; }
a { background-color: rgb(177,159,68); }
div.DivClassName
{
background-color: #B19F44;
}
.BgClassName
{
background-color: #B19F44;
}
</style>
border-color css
<style>
span { border-color: #B19F44; }
span { border-color: rgb(177,159,68); }
td.TdClassName
{
border-color: #B19F44;
}
.TagClassName
{
border-color: #B19F44;
}
</style>