Shades of Brass #BEA038
Tints of Brass #BEA038
RGB
CMYK
RGB Variations
Color information
#BEA038 (or 0xBEA038) is known color: Brass. HEX triplet: BE, A0 and 38. RGB value is (190,160,56). Sum of RGB (Red+Green+Blue) = 190+160+56=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA038 is #415FC7. Grayscale: #9D9D9D. Windows color (decimal): -4284360 or 3711166. OLE color: 3711166.
HSL color Cylindrical-coordinate representation of color #BEA038: hue angle of 46.57º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEA038 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 56 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.25 |
| HSL | 46.57º | 0.54% | 0.48% | - |
| HSV(B) | 46.57º | 0.71% | 0.75% | - |
| XYZ | 34.52 | 36.37 | 8.94 | - |
| YUV | 157.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 56 | 0 | 0.16 | 0.71 | 0.25 | 46.57 | 0.54 | 0.48 |
| Hex | BE | A0 | 38 | 0 | 10 | 47 | 19 | 2F | 36 | 30 |
| Octal | 276 | 240 | 70 | 0 | 20 | 107 | 31 | 57 | 66 | 60 |
| Binary | 10111110 | 10100000 | 111000 | 0 | 10000 | 1000111 | 11001 | 101111 | 110110 | 110000 |
Color Harmonies of #BEA038
Complementary color
Monochromatic Colors of #BEA038
Black with #BEA038
Text Example
Text Example
White with #BEA038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA038; }
p { color: rgb(190,160,56); }
H1.HeaderClassName
{
color: #BEA038;
}
.AnyTagClassName
{
color: #BEA038;
}
</style>
background-color css
<style>
a { background-color: #BEA038; }
a { background-color: rgb(190,160,56); }
div.DivClassName
{
background-color: #BEA038;
}
.BgClassName
{
background-color: #BEA038;
}
</style>
border-color css
<style>
span { border-color: #BEA038; }
span { border-color: rgb(190,160,56); }
td.TdClassName
{
border-color: #BEA038;
}
.TagClassName
{
border-color: #BEA038;
}
</style>