Shades of Brass #BEA841
Tints of Brass #BEA841
RGB
CMYK
RGB Variations
Color information
#BEA841 (or 0xBEA841) is known color: Brass. HEX triplet: BE, A8 and 41. RGB value is (190,168,65). Sum of RGB (Red+Green+Blue) = 190+168+65=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA841 is #4157BE. Grayscale: #A3A3A3. Windows color (decimal): -4282303 or 4303038. OLE color: 4303038.
HSL color Cylindrical-coordinate representation of color #BEA841: hue angle of 49.44º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEA841 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 65 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.25 |
| HSL | 49.44º | 0.49% | 0.5% | - |
| HSV(B) | 49.44º | 0.66% | 0.75% | - |
| XYZ | 36.19 | 39.33 | 10.69 | - |
| YUV | 162.84 | 72.79 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 65 | 0 | 0.12 | 0.66 | 0.25 | 49.44 | 0.49 | 0.5 |
| Hex | BE | A8 | 41 | 0 | C | 42 | 19 | 31 | 31 | 32 |
| Octal | 276 | 250 | 101 | 0 | 14 | 102 | 31 | 61 | 61 | 62 |
| Binary | 10111110 | 10101000 | 1000001 | 0 | 1100 | 1000010 | 11001 | 110001 | 110001 | 110010 |
Color Harmonies of #BEA841
Complementary color
Monochromatic Colors of #BEA841
Black with #BEA841
Text Example
Text Example
White with #BEA841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA841; }
p { color: rgb(190,168,65); }
H1.HeaderClassName
{
color: #BEA841;
}
.AnyTagClassName
{
color: #BEA841;
}
</style>
background-color css
<style>
a { background-color: #BEA841; }
a { background-color: rgb(190,168,65); }
div.DivClassName
{
background-color: #BEA841;
}
.BgClassName
{
background-color: #BEA841;
}
</style>
border-color css
<style>
span { border-color: #BEA841; }
span { border-color: rgb(190,168,65); }
td.TdClassName
{
border-color: #BEA841;
}
.TagClassName
{
border-color: #BEA841;
}
</style>