Shades of Brass #BEAD3C
Tints of Brass #BEAD3C
RGB
CMYK
RGB Variations
Color information
#BEAD3C (or 0xBEAD3C) is known color: Brass. HEX triplet: BE, AD and 3C. RGB value is (190,173,60). Sum of RGB (Red+Green+Blue) = 190+173+60=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD3C is #4152C3. Grayscale: #A5A5A5. Windows color (decimal): -4281028 or 3976638. OLE color: 3976638.
HSL color Cylindrical-coordinate representation of color #BEAD3C: hue angle of 52.15º 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 #BEAD3C is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 60 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.25 |
| HSL | 52.15º | 0.52% | 0.49% | - |
| HSV(B) | 52.15º | 0.68% | 0.75% | - |
| XYZ | 36.99 | 41.16 | 10.27 | - |
| YUV | 165.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 60 | 0 | 0.09 | 0.68 | 0.25 | 52.15 | 0.52 | 0.49 |
| Hex | BE | AD | 3C | 0 | 9 | 44 | 19 | 34 | 34 | 31 |
| Octal | 276 | 255 | 74 | 0 | 11 | 104 | 31 | 64 | 64 | 61 |
| Binary | 10111110 | 10101101 | 111100 | 0 | 1001 | 1000100 | 11001 | 110100 | 110100 | 110001 |
Color Harmonies of #BEAD3C
Complementary color
Monochromatic Colors of #BEAD3C
Black with #BEAD3C
Text Example
Text Example
White with #BEAD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD3C; }
p { color: rgb(190,173,60); }
H1.HeaderClassName
{
color: #BEAD3C;
}
.AnyTagClassName
{
color: #BEAD3C;
}
</style>
background-color css
<style>
a { background-color: #BEAD3C; }
a { background-color: rgb(190,173,60); }
div.DivClassName
{
background-color: #BEAD3C;
}
.BgClassName
{
background-color: #BEAD3C;
}
</style>
border-color css
<style>
span { border-color: #BEAD3C; }
span { border-color: rgb(190,173,60); }
td.TdClassName
{
border-color: #BEAD3C;
}
.TagClassName
{
border-color: #BEAD3C;
}
</style>