Shades of Brass #BEAC3E
Tints of Brass #BEAC3E
RGB
CMYK
RGB Variations
Color information
#BEAC3E (or 0xBEAC3E) is known color: Brass. HEX triplet: BE, AC and 3E. RGB value is (190,172,62). Sum of RGB (Red+Green+Blue) = 190+172+62=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC3E is #4153C1. Grayscale: #A5A5A5. Windows color (decimal): -4281282 or 4107454. OLE color: 4107454.
HSL color Cylindrical-coordinate representation of color #BEAC3E: hue angle of 51.56º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEAC3E is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 62 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.25 |
| HSL | 51.56º | 0.51% | 0.49% | - |
| HSV(B) | 51.56º | 0.67% | 0.75% | - |
| XYZ | 36.86 | 40.8 | 10.49 | - |
| YUV | 164.84 | 69.96 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 62 | 0 | 0.09 | 0.67 | 0.25 | 51.56 | 0.51 | 0.49 |
| Hex | BE | AC | 3E | 0 | 9 | 43 | 19 | 34 | 33 | 31 |
| Octal | 276 | 254 | 76 | 0 | 11 | 103 | 31 | 64 | 63 | 61 |
| Binary | 10111110 | 10101100 | 111110 | 0 | 1001 | 1000011 | 11001 | 110100 | 110011 | 110001 |
Color Harmonies of #BEAC3E
Complementary color
Monochromatic Colors of #BEAC3E
Black with #BEAC3E
Text Example
Text Example
White with #BEAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC3E; }
p { color: rgb(190,172,62); }
H1.HeaderClassName
{
color: #BEAC3E;
}
.AnyTagClassName
{
color: #BEAC3E;
}
</style>
background-color css
<style>
a { background-color: #BEAC3E; }
a { background-color: rgb(190,172,62); }
div.DivClassName
{
background-color: #BEAC3E;
}
.BgClassName
{
background-color: #BEAC3E;
}
</style>
border-color css
<style>
span { border-color: #BEAC3E; }
span { border-color: rgb(190,172,62); }
td.TdClassName
{
border-color: #BEAC3E;
}
.TagClassName
{
border-color: #BEAC3E;
}
</style>