Shades of Brass #B2AB4E
Tints of Brass #B2AB4E
RGB
CMYK
RGB Variations
Color information
#B2AB4E (or 0xB2AB4E) is known color: Brass. HEX triplet: B2, AB and 4E. RGB value is (178,171,78). Sum of RGB (Red+Green+Blue) = 178+171+78=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB4E is #4D54B1. Grayscale: #A2A2A2. Windows color (decimal): -5067954 or 5155762. OLE color: 5155762.
HSL color Cylindrical-coordinate representation of color #B2AB4E: hue angle of 55.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2AB4E is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 78 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.30 |
| HSL | 55.8º | 0.39% | 0.5% | - |
| HSV(B) | 55.8º | 0.56% | 0.7% | - |
| XYZ | 34.3 | 39.14 | 12.95 | - |
| YUV | 162.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 78 | 0 | 0.04 | 0.56 | 0.30 | 55.8 | 0.39 | 0.5 |
| Hex | B2 | AB | 4E | 0 | 4 | 38 | 1E | 38 | 27 | 32 |
| Octal | 262 | 253 | 116 | 0 | 4 | 70 | 36 | 70 | 47 | 62 |
| Binary | 10110010 | 10101011 | 1001110 | 0 | 100 | 111000 | 11110 | 111000 | 100111 | 110010 |
Color Harmonies of #B2AB4E
Complementary color
Monochromatic Colors of #B2AB4E
Black with #B2AB4E
Text Example
Text Example
White with #B2AB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB4E; }
p { color: rgb(178,171,78); }
H1.HeaderClassName
{
color: #B2AB4E;
}
.AnyTagClassName
{
color: #B2AB4E;
}
</style>
background-color css
<style>
a { background-color: #B2AB4E; }
a { background-color: rgb(178,171,78); }
div.DivClassName
{
background-color: #B2AB4E;
}
.BgClassName
{
background-color: #B2AB4E;
}
</style>
border-color css
<style>
span { border-color: #B2AB4E; }
span { border-color: rgb(178,171,78); }
td.TdClassName
{
border-color: #B2AB4E;
}
.TagClassName
{
border-color: #B2AB4E;
}
</style>