Shades of Brass #BEAD37
Tints of Brass #BEAD37
RGB
CMYK
RGB Variations
Color information
#BEAD37 (or 0xBEAD37) is known color: Brass. HEX triplet: BE, AD and 37. RGB value is (190,173,55). Sum of RGB (Red+Green+Blue) = 190+173+55=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD37 is #4152C8. Grayscale: #A5A5A5. Windows color (decimal): -4281033 or 3648958. OLE color: 3648958.
HSL color Cylindrical-coordinate representation of color #BEAD37: hue angle of 52.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEAD37 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 55 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.25 |
| HSL | 52.44º | 0.55% | 0.48% | - |
| HSV(B) | 52.44º | 0.71% | 0.75% | - |
| XYZ | 36.87 | 41.11 | 9.61 | - |
| YUV | 164.63 | 66.13 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 55 | 0 | 0.09 | 0.71 | 0.25 | 52.44 | 0.55 | 0.48 |
| Hex | BE | AD | 37 | 0 | 9 | 47 | 19 | 34 | 37 | 30 |
| Octal | 276 | 255 | 67 | 0 | 11 | 107 | 31 | 64 | 67 | 60 |
| Binary | 10111110 | 10101101 | 110111 | 0 | 1001 | 1000111 | 11001 | 110100 | 110111 | 110000 |
Color Harmonies of #BEAD37
Complementary color
Monochromatic Colors of #BEAD37
Black with #BEAD37
Text Example
Text Example
White with #BEAD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD37; }
p { color: rgb(190,173,55); }
H1.HeaderClassName
{
color: #BEAD37;
}
.AnyTagClassName
{
color: #BEAD37;
}
</style>
background-color css
<style>
a { background-color: #BEAD37; }
a { background-color: rgb(190,173,55); }
div.DivClassName
{
background-color: #BEAD37;
}
.BgClassName
{
background-color: #BEAD37;
}
</style>
border-color css
<style>
span { border-color: #BEAD37; }
span { border-color: rgb(190,173,55); }
td.TdClassName
{
border-color: #BEAD37;
}
.TagClassName
{
border-color: #BEAD37;
}
</style>