Shades of Brass #B8AA3E
Tints of Brass #B8AA3E
RGB
CMYK
RGB Variations
Color information
#B8AA3E (or 0xB8AA3E) is known color: Brass. HEX triplet: B8, AA and 3E. RGB value is (184,170,62). Sum of RGB (Red+Green+Blue) = 184+170+62=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AA3E is #4755C1. Grayscale: #A2A2A2. Windows color (decimal): -4675010 or 4106936. OLE color: 4106936.
HSL color Cylindrical-coordinate representation of color #B8AA3E: hue angle of 53.11º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8AA3E is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 62 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.28 |
| HSL | 53.11º | 0.5% | 0.48% | - |
| HSV(B) | 53.11º | 0.66% | 0.72% | - |
| XYZ | 35.01 | 39.29 | 10.3 | - |
| YUV | 161.87 | 71.64 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 62 | 0 | 0.08 | 0.66 | 0.28 | 53.11 | 0.5 | 0.48 |
| Hex | B8 | AA | 3E | 0 | 8 | 42 | 1C | 35 | 32 | 30 |
| Octal | 270 | 252 | 76 | 0 | 10 | 102 | 34 | 65 | 62 | 60 |
| Binary | 10111000 | 10101010 | 111110 | 0 | 1000 | 1000010 | 11100 | 110101 | 110010 | 110000 |
Color Harmonies of #B8AA3E
Complementary color
Monochromatic Colors of #B8AA3E
Black with #B8AA3E
Text Example
Text Example
White with #B8AA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA3E; }
p { color: rgb(184,170,62); }
H1.HeaderClassName
{
color: #B8AA3E;
}
.AnyTagClassName
{
color: #B8AA3E;
}
</style>
background-color css
<style>
a { background-color: #B8AA3E; }
a { background-color: rgb(184,170,62); }
div.DivClassName
{
background-color: #B8AA3E;
}
.BgClassName
{
background-color: #B8AA3E;
}
</style>
border-color css
<style>
span { border-color: #B8AA3E; }
span { border-color: rgb(184,170,62); }
td.TdClassName
{
border-color: #B8AA3E;
}
.TagClassName
{
border-color: #B8AA3E;
}
</style>