Shades of Brass #BEA635
Tints of Brass #BEA635
RGB
CMYK
RGB Variations
Color information
#BEA635 (or 0xBEA635) is known color: Brass. HEX triplet: BE, A6 and 35. RGB value is (190,166,53). Sum of RGB (Red+Green+Blue) = 190+166+53=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA635 is #4159CA. Grayscale: #A0A0A0. Windows color (decimal): -4282827 or 3516094. OLE color: 3516094.
HSL color Cylindrical-coordinate representation of color #BEA635: hue angle of 49.49º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BEA635 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 53 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.25 |
| HSL | 49.49º | 0.56% | 0.48% | - |
| HSV(B) | 49.49º | 0.72% | 0.75% | - |
| XYZ | 35.51 | 38.48 | 8.92 | - |
| YUV | 160.29 | 67.45 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 53 | 0 | 0.13 | 0.72 | 0.25 | 49.49 | 0.56 | 0.48 |
| Hex | BE | A6 | 35 | 0 | D | 48 | 19 | 31 | 38 | 30 |
| Octal | 276 | 246 | 65 | 0 | 15 | 110 | 31 | 61 | 70 | 60 |
| Binary | 10111110 | 10100110 | 110101 | 0 | 1101 | 1001000 | 11001 | 110001 | 111000 | 110000 |
Color Harmonies of #BEA635
Complementary color
Monochromatic Colors of #BEA635
Black with #BEA635
Text Example
Text Example
White with #BEA635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA635; }
p { color: rgb(190,166,53); }
H1.HeaderClassName
{
color: #BEA635;
}
.AnyTagClassName
{
color: #BEA635;
}
</style>
background-color css
<style>
a { background-color: #BEA635; }
a { background-color: rgb(190,166,53); }
div.DivClassName
{
background-color: #BEA635;
}
.BgClassName
{
background-color: #BEA635;
}
</style>
border-color css
<style>
span { border-color: #BEA635; }
span { border-color: rgb(190,166,53); }
td.TdClassName
{
border-color: #BEA635;
}
.TagClassName
{
border-color: #BEA635;
}
</style>