Shades of Brass #B2AB43
Tints of Brass #B2AB43
RGB
CMYK
RGB Variations
Color information
#B2AB43 (or 0xB2AB43) is known color: Brass. HEX triplet: B2, AB and 43. RGB value is (178,171,67). Sum of RGB (Red+Green+Blue) = 178+171+67=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AB43 is #4D54BC. Grayscale: #A1A1A1. Windows color (decimal): -5067965 or 4434866. OLE color: 4434866.
HSL color Cylindrical-coordinate representation of color #B2AB43: hue angle of 56.22º 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 #B2AB43 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 67 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.30 |
| HSL | 56.22º | 0.45% | 0.48% | - |
| HSV(B) | 56.22º | 0.62% | 0.7% | - |
| XYZ | 33.94 | 39 | 11.05 | - |
| YUV | 161.24 | 74.82 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 67 | 0 | 0.04 | 0.62 | 0.30 | 56.22 | 0.45 | 0.48 |
| Hex | B2 | AB | 43 | 0 | 4 | 3E | 1E | 38 | 2D | 30 |
| Octal | 262 | 253 | 103 | 0 | 4 | 76 | 36 | 70 | 55 | 60 |
| Binary | 10110010 | 10101011 | 1000011 | 0 | 100 | 111110 | 11110 | 111000 | 101101 | 110000 |
Color Harmonies of #B2AB43
Complementary color
Monochromatic Colors of #B2AB43
Black with #B2AB43
Text Example
Text Example
White with #B2AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB43; }
p { color: rgb(178,171,67); }
H1.HeaderClassName
{
color: #B2AB43;
}
.AnyTagClassName
{
color: #B2AB43;
}
</style>
background-color css
<style>
a { background-color: #B2AB43; }
a { background-color: rgb(178,171,67); }
div.DivClassName
{
background-color: #B2AB43;
}
.BgClassName
{
background-color: #B2AB43;
}
</style>
border-color css
<style>
span { border-color: #B2AB43; }
span { border-color: rgb(178,171,67); }
td.TdClassName
{
border-color: #B2AB43;
}
.TagClassName
{
border-color: #B2AB43;
}
</style>