#BEA641

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

Shades of Brass #BEA641

Tints of Brass #BEA641

Color information

#BEA641 (or 0xBEA641) is unknown color: approx Brass. HEX triplet: BE, A6 and 41. RGB value is (190,166,65). Sum of RGB (Red+Green+Blue) = 190+166+65=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA641 is #4159BE. Grayscale: #A2A2A2. Windows color (decimal): -4282815 or 4302526. OLE color: 4302526.

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

Color convert

RGB19016665-
CMYK00.130.660.25
HSL48.48º49.02%50%-
HSV(B)48.48º65.79%74.51%-
XYZ35.8338.610.56-
YUV161.6673.45148.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 166 (65.23% from 255) = 39.43%
BLUE value IS 65 (25.78% from 255) = 15.44%
R=45.13%
G=39.43%
B=15.44%

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
Decimal1901666500.130.660.2548.4849.0250
HexBEA6410D4219303132
Octal27624610101510231606162
Binary1011111010100110100000101101100001011001110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA641; }

 p { color: rgb(190,166,65); }

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

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

 a { background-color: rgb(190,166,65); }

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

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

 span { border-color: rgb(190,166,65); }

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