Shades of Brass #BEA33D
Tints of Brass #BEA33D
RGB
CMYK
RGB Variations
Color information
#BEA33D (or 0xBEA33D) is known color: Brass. HEX triplet: BE, A3 and 3D. RGB value is (190,163,61). Sum of RGB (Red+Green+Blue) = 190+163+61=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA33D is #415CC2. Grayscale: #9F9F9F. Windows color (decimal): -4283587 or 4039614. OLE color: 4039614.
HSL color Cylindrical-coordinate representation of color #BEA33D: hue angle of 47.44º degrees, saturation: 0.51, 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 #BEA33D is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 61 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.25 |
| HSL | 47.44º | 0.51% | 0.49% | - |
| HSV(B) | 47.44º | 0.68% | 0.75% | - |
| XYZ | 35.17 | 37.48 | 9.8 | - |
| YUV | 159.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 61 | 0 | 0.14 | 0.68 | 0.25 | 47.44 | 0.51 | 0.49 |
| Hex | BE | A3 | 3D | 0 | E | 44 | 19 | 2F | 33 | 31 |
| Octal | 276 | 243 | 75 | 0 | 16 | 104 | 31 | 57 | 63 | 61 |
| Binary | 10111110 | 10100011 | 111101 | 0 | 1110 | 1000100 | 11001 | 101111 | 110011 | 110001 |
Color Harmonies of #BEA33D
Complementary color
Monochromatic Colors of #BEA33D
Black with #BEA33D
Text Example
Text Example
White with #BEA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA33D; }
p { color: rgb(190,163,61); }
H1.HeaderClassName
{
color: #BEA33D;
}
.AnyTagClassName
{
color: #BEA33D;
}
</style>
background-color css
<style>
a { background-color: #BEA33D; }
a { background-color: rgb(190,163,61); }
div.DivClassName
{
background-color: #BEA33D;
}
.BgClassName
{
background-color: #BEA33D;
}
</style>
border-color css
<style>
span { border-color: #BEA33D; }
span { border-color: rgb(190,163,61); }
td.TdClassName
{
border-color: #BEA33D;
}
.TagClassName
{
border-color: #BEA33D;
}
</style>