Shades of Brass #B2AC4E
Tints of Brass #B2AC4E
RGB
CMYK
RGB Variations
Color information
#B2AC4E (or 0xB2AC4E) is known color: Brass. HEX triplet: B2, AC and 4E. RGB value is (178,172,78). Sum of RGB (Red+Green+Blue) = 178+172+78=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AC4E is #4D53B1. Grayscale: #A3A3A3. Windows color (decimal): -5067698 or 5156018. OLE color: 5156018.
HSL color Cylindrical-coordinate representation of color #B2AC4E: hue angle of 56.4º 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 #B2AC4E is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 172 | 78 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.30 |
| HSL | 56.4º | 0.39% | 0.5% | - |
| HSV(B) | 56.4º | 0.56% | 0.7% | - |
| XYZ | 34.49 | 39.52 | 13.02 | - |
| YUV | 163.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 78 | 0 | 0.03 | 0.56 | 0.30 | 56.4 | 0.39 | 0.5 |
| Hex | B2 | AC | 4E | 0 | 3 | 38 | 1E | 38 | 27 | 32 |
| Octal | 262 | 254 | 116 | 0 | 3 | 70 | 36 | 70 | 47 | 62 |
| Binary | 10110010 | 10101100 | 1001110 | 0 | 11 | 111000 | 11110 | 111000 | 100111 | 110010 |
Color Harmonies of #B2AC4E
Complementary color
Monochromatic Colors of #B2AC4E
Black with #B2AC4E
Text Example
Text Example
White with #B2AC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AC4E; }
p { color: rgb(178,172,78); }
H1.HeaderClassName
{
color: #B2AC4E;
}
.AnyTagClassName
{
color: #B2AC4E;
}
</style>
background-color css
<style>
a { background-color: #B2AC4E; }
a { background-color: rgb(178,172,78); }
div.DivClassName
{
background-color: #B2AC4E;
}
.BgClassName
{
background-color: #B2AC4E;
}
</style>
border-color css
<style>
span { border-color: #B2AC4E; }
span { border-color: rgb(178,172,78); }
td.TdClassName
{
border-color: #B2AC4E;
}
.TagClassName
{
border-color: #B2AC4E;
}
</style>