#BEAE41

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

Shades of Brass #BEAE41

Tints of Brass #BEAE41

Color information

#BEAE41 (or 0xBEAE41) is unknown color: approx Brass. HEX triplet: BE, AE and 41. RGB value is (190,174,65). Sum of RGB (Red+Green+Blue) = 190+174+65=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAE41 is #4151BE. Grayscale: #A6A6A6. Windows color (decimal): -4280767 or 4304574. OLE color: 4304574.

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

Color convert

RGB19017465-
CMYK00.080.660.25
HSL52.32º49.02%50%-
HSV(B)52.32º65.79%74.51%-
XYZ37.3341.611.06-
YUV166.3670.8144.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 174 (68.36% from 255) = 40.56%
BLUE value IS 65 (25.78% from 255) = 15.15%
R=44.29%
G=40.56%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901746500.080.660.2552.3249.0250
HexBEAE41084219343132
Octal27625610101010231646162
Binary1011111010101110100000101000100001011001110100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE41; }

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

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

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

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

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

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

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

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