Shades of Brass #BEAF45
Tints of Brass #BEAF45
RGB
CMYK
RGB Variations
Color information
#BEAF45 (or 0xBEAF45) is known color: Brass. HEX triplet: BE, AF and 45. RGB value is (190,175,69). Sum of RGB (Red+Green+Blue) = 190+175+69=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF45 is #4150BA. Grayscale: #A7A7A7. Windows color (decimal): -4280507 or 4566974. OLE color: 4566974.
HSL color Cylindrical-coordinate representation of color #BEAF45: hue angle of 52.56º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEAF45 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 175 | 69 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.25 |
| HSL | 52.56º | 0.48% | 0.51% | - |
| HSV(B) | 52.56º | 0.64% | 0.75% | - |
| XYZ | 37.64 | 42.04 | 11.76 | - |
| YUV | 167.4 | 72.47 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 69 | 0 | 0.08 | 0.64 | 0.25 | 52.56 | 0.48 | 0.51 |
| Hex | BE | AF | 45 | 0 | 8 | 40 | 19 | 35 | 30 | 33 |
| Octal | 276 | 257 | 105 | 0 | 10 | 100 | 31 | 65 | 60 | 63 |
| Binary | 10111110 | 10101111 | 1000101 | 0 | 1000 | 1000000 | 11001 | 110101 | 110000 | 110011 |
Color Harmonies of #BEAF45
Complementary color
Monochromatic Colors of #BEAF45
Black with #BEAF45
Text Example
Text Example
White with #BEAF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAF45; }
p { color: rgb(190,175,69); }
H1.HeaderClassName
{
color: #BEAF45;
}
.AnyTagClassName
{
color: #BEAF45;
}
</style>
background-color css
<style>
a { background-color: #BEAF45; }
a { background-color: rgb(190,175,69); }
div.DivClassName
{
background-color: #BEAF45;
}
.BgClassName
{
background-color: #BEAF45;
}
</style>
border-color css
<style>
span { border-color: #BEAF45; }
span { border-color: rgb(190,175,69); }
td.TdClassName
{
border-color: #BEAF45;
}
.TagClassName
{
border-color: #BEAF45;
}
</style>