Shades of Brass #B1AB43
Tints of Brass #B1AB43
RGB
CMYK
RGB Variations
Color information
#B1AB43 (or 0xB1AB43) is known color: Brass. HEX triplet: B1, AB and 43. RGB value is (177,171,67). Sum of RGB (Red+Green+Blue) = 177+171+67=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AB43 is #4E54BC. Grayscale: #A1A1A1. Windows color (decimal): -5133501 or 4434865. OLE color: 4434865.
HSL color Cylindrical-coordinate representation of color #B1AB43: hue angle of 56.73º degrees, saturation: 0.45, 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 #B1AB43 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 171 | 67 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.31 |
| HSL | 56.73º | 0.45% | 0.48% | - |
| HSV(B) | 56.73º | 0.62% | 0.69% | - |
| XYZ | 33.71 | 38.88 | 11.04 | - |
| YUV | 160.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 67 | 0 | 0.03 | 0.62 | 0.31 | 56.73 | 0.45 | 0.48 |
| Hex | B1 | AB | 43 | 0 | 3 | 3E | 1F | 39 | 2D | 30 |
| Octal | 261 | 253 | 103 | 0 | 3 | 76 | 37 | 71 | 55 | 60 |
| Binary | 10110001 | 10101011 | 1000011 | 0 | 11 | 111110 | 11111 | 111001 | 101101 | 110000 |
Color Harmonies of #B1AB43
Complementary color
Monochromatic Colors of #B1AB43
Black with #B1AB43
Text Example
Text Example
White with #B1AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AB43; }
p { color: rgb(177,171,67); }
H1.HeaderClassName
{
color: #B1AB43;
}
.AnyTagClassName
{
color: #B1AB43;
}
</style>
background-color css
<style>
a { background-color: #B1AB43; }
a { background-color: rgb(177,171,67); }
div.DivClassName
{
background-color: #B1AB43;
}
.BgClassName
{
background-color: #B1AB43;
}
</style>
border-color css
<style>
span { border-color: #B1AB43; }
span { border-color: rgb(177,171,67); }
td.TdClassName
{
border-color: #B1AB43;
}
.TagClassName
{
border-color: #B1AB43;
}
</style>