Shades of Brass #B2AC4A
Tints of Brass #B2AC4A
RGB
CMYK
RGB Variations
Color information
#B2AC4A (or 0xB2AC4A) is known color: Brass. HEX triplet: B2, AC and 4A. RGB value is (178,172,74). Sum of RGB (Red+Green+Blue) = 178+172+74=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AC4A is #4D53B5. Grayscale: #A3A3A3. Windows color (decimal): -5067702 or 4893874. OLE color: 4893874.
HSL color Cylindrical-coordinate representation of color #B2AC4A: hue angle of 56.54º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2AC4A is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 172 | 74 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.30 |
| HSL | 56.54º | 0.41% | 0.49% | - |
| HSV(B) | 56.54º | 0.58% | 0.7% | - |
| XYZ | 34.35 | 39.46 | 12.29 | - |
| YUV | 162.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 74 | 0 | 0.03 | 0.58 | 0.30 | 56.54 | 0.41 | 0.49 |
| Hex | B2 | AC | 4A | 0 | 3 | 3A | 1E | 39 | 29 | 31 |
| Octal | 262 | 254 | 112 | 0 | 3 | 72 | 36 | 71 | 51 | 61 |
| Binary | 10110010 | 10101100 | 1001010 | 0 | 11 | 111010 | 11110 | 111001 | 101001 | 110001 |
Color Harmonies of #B2AC4A
Complementary color
Monochromatic Colors of #B2AC4A
Black with #B2AC4A
Text Example
Text Example
White with #B2AC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AC4A; }
p { color: rgb(178,172,74); }
H1.HeaderClassName
{
color: #B2AC4A;
}
.AnyTagClassName
{
color: #B2AC4A;
}
</style>
background-color css
<style>
a { background-color: #B2AC4A; }
a { background-color: rgb(178,172,74); }
div.DivClassName
{
background-color: #B2AC4A;
}
.BgClassName
{
background-color: #B2AC4A;
}
</style>
border-color css
<style>
span { border-color: #B2AC4A; }
span { border-color: rgb(178,172,74); }
td.TdClassName
{
border-color: #B2AC4A;
}
.TagClassName
{
border-color: #B2AC4A;
}
</style>