Shades of Brass #BEAD3E
Tints of Brass #BEAD3E
RGB
CMYK
RGB Variations
Color information
#BEAD3E (or 0xBEAD3E) is known color: Brass. HEX triplet: BE, AD and 3E. RGB value is (190,173,62). Sum of RGB (Red+Green+Blue) = 190+173+62=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD3E is #4152C1. Grayscale: #A5A5A5. Windows color (decimal): -4281026 or 4107710. OLE color: 4107710.
HSL color Cylindrical-coordinate representation of color #BEAD3E: hue angle of 52.03º 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 #BEAD3E is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 62 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.25 |
| HSL | 52.03º | 0.51% | 0.49% | - |
| HSV(B) | 52.03º | 0.67% | 0.75% | - |
| XYZ | 37.05 | 41.18 | 10.55 | - |
| YUV | 165.43 | 69.63 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 62 | 0 | 0.09 | 0.67 | 0.25 | 52.03 | 0.51 | 0.49 |
| Hex | BE | AD | 3E | 0 | 9 | 43 | 19 | 34 | 33 | 31 |
| Octal | 276 | 255 | 76 | 0 | 11 | 103 | 31 | 64 | 63 | 61 |
| Binary | 10111110 | 10101101 | 111110 | 0 | 1001 | 1000011 | 11001 | 110100 | 110011 | 110001 |
Color Harmonies of #BEAD3E
Complementary color
Monochromatic Colors of #BEAD3E
Black with #BEAD3E
Text Example
Text Example
White with #BEAD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD3E; }
p { color: rgb(190,173,62); }
H1.HeaderClassName
{
color: #BEAD3E;
}
.AnyTagClassName
{
color: #BEAD3E;
}
</style>
background-color css
<style>
a { background-color: #BEAD3E; }
a { background-color: rgb(190,173,62); }
div.DivClassName
{
background-color: #BEAD3E;
}
.BgClassName
{
background-color: #BEAD3E;
}
</style>
border-color css
<style>
span { border-color: #BEAD3E; }
span { border-color: rgb(190,173,62); }
td.TdClassName
{
border-color: #BEAD3E;
}
.TagClassName
{
border-color: #BEAD3E;
}
</style>