#BEA540

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

Shades of Brass #BEA540

Tints of Brass #BEA540

Color information

#BEA540 (or 0xBEA540) is unknown color: approx Brass. HEX triplet: BE, A5 and 40. RGB value is (190,165,64). Sum of RGB (Red+Green+Blue) = 190+165+64=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA540 is #415ABF. Grayscale: #A1A1A1. Windows color (decimal): -4283072 or 4236734. OLE color: 4236734.

HSL color Cylindrical-coordinate representation of color #BEA540: hue angle of 48.1º degrees, saturation: 0.5, 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 #BEA540 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19016564-
CMYK00.130.660.25
HSL48.1º49.61%49.8%-
HSV(B)48.1º66.32%74.51%-
XYZ35.6238.2310.35-
YUV160.9673.28148.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 165 (64.84% from 255) = 39.38%
BLUE value IS 64 (25.39% from 255) = 15.27%
R=45.35%
G=39.38%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901656400.130.660.2548.149.6149.8
HexBEA5400D4219303232
Octal27624510001510231606262
Binary1011111010100101100000001101100001011001110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA540; }

 p { color: rgb(190,165,64); }

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

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

 a { background-color: rgb(190,165,64); }

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

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

 span { border-color: rgb(190,165,64); }

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