Shades of Brass #B8AA4C
Tints of Brass #B8AA4C
RGB
CMYK
RGB Variations
Color information
#B8AA4C (or 0xB8AA4C) is known color: Brass. HEX triplet: B8, AA and 4C. RGB value is (184,170,76). Sum of RGB (Red+Green+Blue) = 184+170+76=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AA4C is #4755B3. Grayscale: #A3A3A3. Windows color (decimal): -4674996 or 5024440. OLE color: 5024440.
HSL color Cylindrical-coordinate representation of color #B8AA4C: hue angle of 52.22º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8AA4C is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 76 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.28 |
| HSL | 52.22º | 0.43% | 0.51% | - |
| HSV(B) | 52.22º | 0.59% | 0.72% | - |
| XYZ | 35.45 | 39.46 | 12.59 | - |
| YUV | 163.47 | 78.64 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 76 | 0 | 0.08 | 0.59 | 0.28 | 52.22 | 0.43 | 0.51 |
| Hex | B8 | AA | 4C | 0 | 8 | 3B | 1C | 34 | 2B | 33 |
| Octal | 270 | 252 | 114 | 0 | 10 | 73 | 34 | 64 | 53 | 63 |
| Binary | 10111000 | 10101010 | 1001100 | 0 | 1000 | 111011 | 11100 | 110100 | 101011 | 110011 |
Color Harmonies of #B8AA4C
Complementary color
Monochromatic Colors of #B8AA4C
Black with #B8AA4C
Text Example
Text Example
White with #B8AA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA4C; }
p { color: rgb(184,170,76); }
H1.HeaderClassName
{
color: #B8AA4C;
}
.AnyTagClassName
{
color: #B8AA4C;
}
</style>
background-color css
<style>
a { background-color: #B8AA4C; }
a { background-color: rgb(184,170,76); }
div.DivClassName
{
background-color: #B8AA4C;
}
.BgClassName
{
background-color: #B8AA4C;
}
</style>
border-color css
<style>
span { border-color: #B8AA4C; }
span { border-color: rgb(184,170,76); }
td.TdClassName
{
border-color: #B8AA4C;
}
.TagClassName
{
border-color: #B8AA4C;
}
</style>