#BEA244

Color #BEA244 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #BEA244

Tints of Brass #BEA244

Color information

#BEA244 (or 0xBEA244) is unknown color: approx Brass. HEX triplet: BE, A2 and 44. RGB value is (190,162,68). Sum of RGB (Red+Green+Blue) = 190+162+68=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA244 is #415DBB. Grayscale: #A0A0A0. Windows color (decimal): -4283836 or 4498110. OLE color: 4498110.

HSL color Cylindrical-coordinate representation of color #BEA244: hue angle of 46.23º 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 #BEA244 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB19016268-
CMYK00.150.640.25
HSL46.23º48.41%50.59%-
HSV(B)46.23º64.21%74.51%-
XYZ35.237.2110.79-
YUV159.6676.28149.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 162 (63.67% from 255) = 38.57%
BLUE value IS 68 (26.95% from 255) = 16.19%
R=45.24%
G=38.57%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901626800.150.640.2546.2348.4150.59
HexBEA2440F40192e3033
Octal27624210401710031566063
Binary1011111010100010100010001111100000011001101110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA244; }

 p { color: rgb(190,162,68); }

 H1.HeaderClassName
 {
   color: #BEA244;
 }
 .AnyTagClassName
 {
   color: #BEA244;
 }
</style>
background-color css

<style>
 a { background-color: #BEA244; }

 a { background-color: rgb(190,162,68); }

 div.DivClassName
 {
   background-color: #BEA244;
 }
 .BgClassName
 {
   background-color: #BEA244;
 }
</style>
border-color css

<style>
 span { border-color: #BEA244; }

 span { border-color: rgb(190,162,68); }

 td.TdClassName
 {
   border-color: #BEA244;
 }
 .TagClassName
 {
   border-color: #BEA244;
 }
</style>