Shades of Brass #B2AB44
Tints of Brass #B2AB44
RGB
CMYK
RGB Variations
Color information
#B2AB44 (or 0xB2AB44) is known color: Brass. HEX triplet: B2, AB and 44. RGB value is (178,171,68). Sum of RGB (Red+Green+Blue) = 178+171+68=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 68 (26.95% from 255 or 16.31% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB44 is #4D54BB. Grayscale: #A1A1A1. Windows color (decimal): -5067964 or 4500402. OLE color: 4500402.
HSL color Cylindrical-coordinate representation of color #B2AB44: hue angle of 56.18º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2AB44 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 68 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.30 |
| HSL | 56.18º | 0.45% | 0.48% | - |
| HSV(B) | 56.18º | 0.62% | 0.7% | - |
| XYZ | 33.97 | 39.01 | 11.21 | - |
| YUV | 161.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 68 | 0 | 0.04 | 0.62 | 0.30 | 56.18 | 0.45 | 0.48 |
| Hex | B2 | AB | 44 | 0 | 4 | 3E | 1E | 38 | 2D | 30 |
| Octal | 262 | 253 | 104 | 0 | 4 | 76 | 36 | 70 | 55 | 60 |
| Binary | 10110010 | 10101011 | 1000100 | 0 | 100 | 111110 | 11110 | 111000 | 101101 | 110000 |
Color Harmonies of #B2AB44
Complementary color
Monochromatic Colors of #B2AB44
Black with #B2AB44
Text Example
Text Example
White with #B2AB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB44; }
p { color: rgb(178,171,68); }
H1.HeaderClassName
{
color: #B2AB44;
}
.AnyTagClassName
{
color: #B2AB44;
}
</style>
background-color css
<style>
a { background-color: #B2AB44; }
a { background-color: rgb(178,171,68); }
div.DivClassName
{
background-color: #B2AB44;
}
.BgClassName
{
background-color: #B2AB44;
}
</style>
border-color css
<style>
span { border-color: #B2AB44; }
span { border-color: rgb(178,171,68); }
td.TdClassName
{
border-color: #B2AB44;
}
.TagClassName
{
border-color: #B2AB44;
}
</style>