Shades of Brass #BEA839
Tints of Brass #BEA839
RGB
CMYK
RGB Variations
Color information
#BEA839 (or 0xBEA839) is known color: Brass. HEX triplet: BE, A8 and 39. RGB value is (190,168,57). Sum of RGB (Red+Green+Blue) = 190+168+57=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 57 (22.66% from 255 or 13.73% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA839 is #4157C6. Grayscale: #A2A2A2. Windows color (decimal): -4282311 or 3778750. OLE color: 3778750.
HSL color Cylindrical-coordinate representation of color #BEA839: hue angle of 50.08º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEA839 is Cyan = 0, Magento = 0.12, Yellow = 0.7 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 57 | - |
| CMYK | 0 | 0.12 | 0.7 | 0.25 |
| HSL | 50.08º | 0.54% | 0.48% | - |
| HSV(B) | 50.08º | 0.7% | 0.75% | - |
| XYZ | 35.98 | 39.25 | 9.55 | - |
| YUV | 161.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 57 | 0 | 0.12 | 0.7 | 0.25 | 50.08 | 0.54 | 0.48 |
| Hex | BE | A8 | 39 | 0 | C | 46 | 19 | 32 | 36 | 30 |
| Octal | 276 | 250 | 71 | 0 | 14 | 106 | 31 | 62 | 66 | 60 |
| Binary | 10111110 | 10101000 | 111001 | 0 | 1100 | 1000110 | 11001 | 110010 | 110110 | 110000 |
Color Harmonies of #BEA839
Complementary color
Monochromatic Colors of #BEA839
Black with #BEA839
Text Example
Text Example
White with #BEA839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA839; }
p { color: rgb(190,168,57); }
H1.HeaderClassName
{
color: #BEA839;
}
.AnyTagClassName
{
color: #BEA839;
}
</style>
background-color css
<style>
a { background-color: #BEA839; }
a { background-color: rgb(190,168,57); }
div.DivClassName
{
background-color: #BEA839;
}
.BgClassName
{
background-color: #BEA839;
}
</style>
border-color css
<style>
span { border-color: #BEA839; }
span { border-color: rgb(190,168,57); }
td.TdClassName
{
border-color: #BEA839;
}
.TagClassName
{
border-color: #BEA839;
}
</style>