Shades of Brass #B8AA4A
Tints of Brass #B8AA4A
RGB
CMYK
RGB Variations
Color information
#B8AA4A (or 0xB8AA4A) is known color: Brass. HEX triplet: B8, AA and 4A. RGB value is (184,170,74). Sum of RGB (Red+Green+Blue) = 184+170+74=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AA4A is #4755B5. Grayscale: #A3A3A3. Windows color (decimal): -4674998 or 4893368. OLE color: 4893368.
HSL color Cylindrical-coordinate representation of color #B8AA4A: hue angle of 52.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8AA4A is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 74 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.28 |
| HSL | 52.36º | 0.44% | 0.51% | - |
| HSV(B) | 52.36º | 0.6% | 0.72% | - |
| XYZ | 35.38 | 39.43 | 12.23 | - |
| YUV | 163.24 | 77.64 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 74 | 0 | 0.08 | 0.60 | 0.28 | 52.36 | 0.44 | 0.51 |
| Hex | B8 | AA | 4A | 0 | 8 | 3C | 1C | 34 | 2C | 33 |
| Octal | 270 | 252 | 112 | 0 | 10 | 74 | 34 | 64 | 54 | 63 |
| Binary | 10111000 | 10101010 | 1001010 | 0 | 1000 | 111100 | 11100 | 110100 | 101100 | 110011 |
Color Harmonies of #B8AA4A
Complementary color
Monochromatic Colors of #B8AA4A
Black with #B8AA4A
Text Example
Text Example
White with #B8AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA4A; }
p { color: rgb(184,170,74); }
H1.HeaderClassName
{
color: #B8AA4A;
}
.AnyTagClassName
{
color: #B8AA4A;
}
</style>
background-color css
<style>
a { background-color: #B8AA4A; }
a { background-color: rgb(184,170,74); }
div.DivClassName
{
background-color: #B8AA4A;
}
.BgClassName
{
background-color: #B8AA4A;
}
</style>
border-color css
<style>
span { border-color: #B8AA4A; }
span { border-color: rgb(184,170,74); }
td.TdClassName
{
border-color: #B8AA4A;
}
.TagClassName
{
border-color: #B8AA4A;
}
</style>