Shades of Brass #BEA63B
Tints of Brass #BEA63B
RGB
CMYK
RGB Variations
Color information
#BEA63B (or 0xBEA63B) is known color: Brass. HEX triplet: BE, A6 and 3B. RGB value is (190,166,59). Sum of RGB (Red+Green+Blue) = 190+166+59=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA63B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA63B is #4159C4. Grayscale: #A1A1A1. Windows color (decimal): -4282821 or 3909310. OLE color: 3909310.
HSL color Cylindrical-coordinate representation of color #BEA63B: hue angle of 49.01º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEA63B is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 59 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.25 |
| HSL | 49.01º | 0.53% | 0.49% | - |
| HSV(B) | 49.01º | 0.69% | 0.75% | - |
| XYZ | 35.66 | 38.54 | 9.7 | - |
| YUV | 160.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 59 | 0 | 0.13 | 0.69 | 0.25 | 49.01 | 0.53 | 0.49 |
| Hex | BE | A6 | 3B | 0 | D | 45 | 19 | 31 | 35 | 31 |
| Octal | 276 | 246 | 73 | 0 | 15 | 105 | 31 | 61 | 65 | 61 |
| Binary | 10111110 | 10100110 | 111011 | 0 | 1101 | 1000101 | 11001 | 110001 | 110101 | 110001 |
Color Harmonies of #BEA63B
Complementary color
Monochromatic Colors of #BEA63B
Black with #BEA63B
Text Example
Text Example
White with #BEA63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA63B; }
p { color: rgb(190,166,59); }
H1.HeaderClassName
{
color: #BEA63B;
}
.AnyTagClassName
{
color: #BEA63B;
}
</style>
background-color css
<style>
a { background-color: #BEA63B; }
a { background-color: rgb(190,166,59); }
div.DivClassName
{
background-color: #BEA63B;
}
.BgClassName
{
background-color: #BEA63B;
}
</style>
border-color css
<style>
span { border-color: #BEA63B; }
span { border-color: rgb(190,166,59); }
td.TdClassName
{
border-color: #BEA63B;
}
.TagClassName
{
border-color: #BEA63B;
}
</style>