Shades of Brass #BEA442
Tints of Brass #BEA442
RGB
CMYK
RGB Variations
Color information
#BEA442 (or 0xBEA442) is known color: Brass. HEX triplet: BE, A4 and 42. RGB value is (190,164,66). Sum of RGB (Red+Green+Blue) = 190+164+66=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA442 is #415BBD. Grayscale: #A1A1A1. Windows color (decimal): -4283326 or 4367550. OLE color: 4367550.
HSL color Cylindrical-coordinate representation of color #BEA442: hue angle of 47.42º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEA442 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 164 | 66 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.25 |
| HSL | 47.42º | 0.49% | 0.5% | - |
| HSV(B) | 47.42º | 0.65% | 0.75% | - |
| XYZ | 35.49 | 37.89 | 10.6 | - |
| YUV | 160.6 | 74.61 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 66 | 0 | 0.14 | 0.65 | 0.25 | 47.42 | 0.49 | 0.5 |
| Hex | BE | A4 | 42 | 0 | E | 41 | 19 | 2F | 31 | 32 |
| Octal | 276 | 244 | 102 | 0 | 16 | 101 | 31 | 57 | 61 | 62 |
| Binary | 10111110 | 10100100 | 1000010 | 0 | 1110 | 1000001 | 11001 | 101111 | 110001 | 110010 |
Color Harmonies of #BEA442
Complementary color
Monochromatic Colors of #BEA442
Black with #BEA442
Text Example
Text Example
White with #BEA442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA442; }
p { color: rgb(190,164,66); }
H1.HeaderClassName
{
color: #BEA442;
}
.AnyTagClassName
{
color: #BEA442;
}
</style>
background-color css
<style>
a { background-color: #BEA442; }
a { background-color: rgb(190,164,66); }
div.DivClassName
{
background-color: #BEA442;
}
.BgClassName
{
background-color: #BEA442;
}
</style>
border-color css
<style>
span { border-color: #BEA442; }
span { border-color: rgb(190,164,66); }
td.TdClassName
{
border-color: #BEA442;
}
.TagClassName
{
border-color: #BEA442;
}
</style>