#BEA444

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

Shades of Brass #BEA444

Tints of Brass #BEA444

Color information

#BEA444 (or 0xBEA444) is unknown color: approx Brass. HEX triplet: BE, A4 and 44. RGB value is (190,164,68). Sum of RGB (Red+Green+Blue) = 190+164+68=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA444 is #415BBB. Grayscale: #A1A1A1. Windows color (decimal): -4283324 or 4498622. OLE color: 4498622.

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

Color convert

RGB19016468-
CMYK00.140.640.25
HSL47.21º48.41%50.59%-
HSV(B)47.21º64.21%74.51%-
XYZ35.5537.9210.91-
YUV160.8375.61148.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 164 (64.45% from 255) = 38.86%
BLUE value IS 68 (26.95% from 255) = 16.11%
R=45.02%
G=38.86%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901646800.140.640.2547.2148.4150.59
HexBEA4440E40192f3033
Octal27624410401610031576063
Binary1011111010100100100010001110100000011001101111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA444; }

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

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

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

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

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

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

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

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