Shades of Brass #BEAA3C
Tints of Brass #BEAA3C
RGB
CMYK
RGB Variations
Color information
#BEAA3C (or 0xBEAA3C) is known color: Brass. HEX triplet: BE, AA and 3C. RGB value is (190,170,60). Sum of RGB (Red+Green+Blue) = 190+170+60=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAA3C is #4155C3. Grayscale: #A3A3A3. Windows color (decimal): -4281796 or 3975870. OLE color: 3975870.
HSL color Cylindrical-coordinate representation of color #BEAA3C: hue angle of 50.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEAA3C is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 60 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.25 |
| HSL | 50.77º | 0.52% | 0.49% | - |
| HSV(B) | 50.77º | 0.68% | 0.75% | - |
| XYZ | 36.43 | 40.02 | 10.08 | - |
| YUV | 163.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 60 | 0 | 0.11 | 0.68 | 0.25 | 50.77 | 0.52 | 0.49 |
| Hex | BE | AA | 3C | 0 | B | 44 | 19 | 33 | 34 | 31 |
| Octal | 276 | 252 | 74 | 0 | 13 | 104 | 31 | 63 | 64 | 61 |
| Binary | 10111110 | 10101010 | 111100 | 0 | 1011 | 1000100 | 11001 | 110011 | 110100 | 110001 |
Color Harmonies of #BEAA3C
Complementary color
Monochromatic Colors of #BEAA3C
Black with #BEAA3C
Text Example
Text Example
White with #BEAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA3C; }
p { color: rgb(190,170,60); }
H1.HeaderClassName
{
color: #BEAA3C;
}
.AnyTagClassName
{
color: #BEAA3C;
}
</style>
background-color css
<style>
a { background-color: #BEAA3C; }
a { background-color: rgb(190,170,60); }
div.DivClassName
{
background-color: #BEAA3C;
}
.BgClassName
{
background-color: #BEAA3C;
}
</style>
border-color css
<style>
span { border-color: #BEAA3C; }
span { border-color: rgb(190,170,60); }
td.TdClassName
{
border-color: #BEAA3C;
}
.TagClassName
{
border-color: #BEAA3C;
}
</style>