Shades of Brass #BEAD33
Tints of Brass #BEAD33
RGB
CMYK
RGB Variations
Color information
#BEAD33 (or 0xBEAD33) is known color: Brass. HEX triplet: BE, AD and 33. RGB value is (190,173,51). Sum of RGB (Red+Green+Blue) = 190+173+51=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD33 is #4152CC. Grayscale: #A4A4A4. Windows color (decimal): -4281037 or 3386814. OLE color: 3386814.
HSL color Cylindrical-coordinate representation of color #BEAD33: hue angle of 52.66º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEAD33 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 51 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.25 |
| HSL | 52.66º | 0.58% | 0.47% | - |
| HSV(B) | 52.66º | 0.73% | 0.75% | - |
| XYZ | 36.78 | 41.07 | 9.12 | - |
| YUV | 164.18 | 64.13 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 51 | 0 | 0.09 | 0.73 | 0.25 | 52.66 | 0.58 | 0.47 |
| Hex | BE | AD | 33 | 0 | 9 | 49 | 19 | 35 | 3A | 2F |
| Octal | 276 | 255 | 63 | 0 | 11 | 111 | 31 | 65 | 72 | 57 |
| Binary | 10111110 | 10101101 | 110011 | 0 | 1001 | 1001001 | 11001 | 110101 | 111010 | 101111 |
Color Harmonies of #BEAD33
Complementary color
Monochromatic Colors of #BEAD33
Black with #BEAD33
Text Example
Text Example
White with #BEAD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD33; }
p { color: rgb(190,173,51); }
H1.HeaderClassName
{
color: #BEAD33;
}
.AnyTagClassName
{
color: #BEAD33;
}
</style>
background-color css
<style>
a { background-color: #BEAD33; }
a { background-color: rgb(190,173,51); }
div.DivClassName
{
background-color: #BEAD33;
}
.BgClassName
{
background-color: #BEAD33;
}
</style>
border-color css
<style>
span { border-color: #BEAD33; }
span { border-color: rgb(190,173,51); }
td.TdClassName
{
border-color: #BEAD33;
}
.TagClassName
{
border-color: #BEAD33;
}
</style>