Shades of Brass #BEAA3E
Tints of Brass #BEAA3E
RGB
CMYK
RGB Variations
Color information
#BEAA3E (or 0xBEAA3E) is known color: Brass. HEX triplet: BE, AA and 3E. RGB value is (190,170,62). Sum of RGB (Red+Green+Blue) = 190+170+62=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAA3E is #4155C1. Grayscale: #A4A4A4. Windows color (decimal): -4281794 or 4106942. OLE color: 4106942.
HSL color Cylindrical-coordinate representation of color #BEAA3E: hue angle of 50.62º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEAA3E is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 62 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.25 |
| HSL | 50.63º | 0.51% | 0.49% | - |
| HSV(B) | 50.63º | 0.67% | 0.75% | - |
| XYZ | 36.48 | 40.04 | 10.36 | - |
| YUV | 163.67 | 70.63 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 62 | 0 | 0.11 | 0.67 | 0.25 | 50.63 | 0.51 | 0.49 |
| Hex | BE | AA | 3E | 0 | B | 43 | 19 | 33 | 33 | 31 |
| Octal | 276 | 252 | 76 | 0 | 13 | 103 | 31 | 63 | 63 | 61 |
| Binary | 10111110 | 10101010 | 111110 | 0 | 1011 | 1000011 | 11001 | 110011 | 110011 | 110001 |
Color Harmonies of #BEAA3E
Complementary color
Monochromatic Colors of #BEAA3E
Black with #BEAA3E
Text Example
Text Example
White with #BEAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA3E; }
p { color: rgb(190,170,62); }
H1.HeaderClassName
{
color: #BEAA3E;
}
.AnyTagClassName
{
color: #BEAA3E;
}
</style>
background-color css
<style>
a { background-color: #BEAA3E; }
a { background-color: rgb(190,170,62); }
div.DivClassName
{
background-color: #BEAA3E;
}
.BgClassName
{
background-color: #BEAA3E;
}
</style>
border-color css
<style>
span { border-color: #BEAA3E; }
span { border-color: rgb(190,170,62); }
td.TdClassName
{
border-color: #BEAA3E;
}
.TagClassName
{
border-color: #BEAA3E;
}
</style>