Shades of Brass #BEAE3C
Tints of Brass #BEAE3C
RGB
CMYK
RGB Variations
Color information
#BEAE3C (or 0xBEAE3C) is known color: Brass. HEX triplet: BE, AE and 3C. RGB value is (190,174,60). Sum of RGB (Red+Green+Blue) = 190+174+60=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAE3C is #4151C3. Grayscale: #A6A6A6. Windows color (decimal): -4280772 or 3976894. OLE color: 3976894.
HSL color Cylindrical-coordinate representation of color #BEAE3C: hue angle of 52.62º 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 #BEAE3C is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 174 | 60 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.25 |
| HSL | 52.62º | 0.52% | 0.49% | - |
| HSV(B) | 52.62º | 0.68% | 0.75% | - |
| XYZ | 37.19 | 41.55 | 10.33 | - |
| YUV | 165.79 | 68.3 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 60 | 0 | 0.08 | 0.68 | 0.25 | 52.62 | 0.52 | 0.49 |
| Hex | BE | AE | 3C | 0 | 8 | 44 | 19 | 35 | 34 | 31 |
| Octal | 276 | 256 | 74 | 0 | 10 | 104 | 31 | 65 | 64 | 61 |
| Binary | 10111110 | 10101110 | 111100 | 0 | 1000 | 1000100 | 11001 | 110101 | 110100 | 110001 |
Color Harmonies of #BEAE3C
Complementary color
Monochromatic Colors of #BEAE3C
Black with #BEAE3C
Text Example
Text Example
White with #BEAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAE3C; }
p { color: rgb(190,174,60); }
H1.HeaderClassName
{
color: #BEAE3C;
}
.AnyTagClassName
{
color: #BEAE3C;
}
</style>
background-color css
<style>
a { background-color: #BEAE3C; }
a { background-color: rgb(190,174,60); }
div.DivClassName
{
background-color: #BEAE3C;
}
.BgClassName
{
background-color: #BEAE3C;
}
</style>
border-color css
<style>
span { border-color: #BEAE3C; }
span { border-color: rgb(190,174,60); }
td.TdClassName
{
border-color: #BEAE3C;
}
.TagClassName
{
border-color: #BEAE3C;
}
</style>