Shades of Brass #BEA845
Tints of Brass #BEA845
RGB
CMYK
RGB Variations
Color information
#BEA845 (or 0xBEA845) is known color: Brass. HEX triplet: BE, A8 and 45. RGB value is (190,168,69). Sum of RGB (Red+Green+Blue) = 190+168+69=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA845 is #4157BA. Grayscale: #A3A3A3. Windows color (decimal): -4282299 or 4565182. OLE color: 4565182.
HSL color Cylindrical-coordinate representation of color #BEA845: hue angle of 49.09º 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 #BEA845 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 69 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.25 |
| HSL | 49.09º | 0.48% | 0.51% | - |
| HSV(B) | 49.09º | 0.64% | 0.75% | - |
| XYZ | 36.31 | 39.38 | 11.32 | - |
| YUV | 163.29 | 74.79 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 69 | 0 | 0.12 | 0.64 | 0.25 | 49.09 | 0.48 | 0.51 |
| Hex | BE | A8 | 45 | 0 | C | 40 | 19 | 31 | 30 | 33 |
| Octal | 276 | 250 | 105 | 0 | 14 | 100 | 31 | 61 | 60 | 63 |
| Binary | 10111110 | 10101000 | 1000101 | 0 | 1100 | 1000000 | 11001 | 110001 | 110000 | 110011 |
Color Harmonies of #BEA845
Complementary color
Monochromatic Colors of #BEA845
Black with #BEA845
Text Example
Text Example
White with #BEA845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA845; }
p { color: rgb(190,168,69); }
H1.HeaderClassName
{
color: #BEA845;
}
.AnyTagClassName
{
color: #BEA845;
}
</style>
background-color css
<style>
a { background-color: #BEA845; }
a { background-color: rgb(190,168,69); }
div.DivClassName
{
background-color: #BEA845;
}
.BgClassName
{
background-color: #BEA845;
}
</style>
border-color css
<style>
span { border-color: #BEA845; }
span { border-color: rgb(190,168,69); }
td.TdClassName
{
border-color: #BEA845;
}
.TagClassName
{
border-color: #BEA845;
}
</style>