#BEAE42

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

Shades of Brass #BEAE42

Tints of Brass #BEAE42

Color information

#BEAE42 (or 0xBEAE42) is unknown color: approx Brass. HEX triplet: BE, AE and 42. RGB value is (190,174,66). Sum of RGB (Red+Green+Blue) = 190+174+66=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAE42 is #4151BD. Grayscale: #A6A6A6. Windows color (decimal): -4280766 or 4370110. OLE color: 4370110.

HSL color Cylindrical-coordinate representation of color #BEAE42: hue angle of 52.26º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEAE42 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19017466-
CMYK00.080.650.25
HSL52.26º48.82%50.2%-
HSV(B)52.26º65.26%74.51%-
XYZ37.3541.6111.22-
YUV166.4771.3144.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 174 (68.36% from 255) = 40.47%
BLUE value IS 66 (26.17% from 255) = 15.35%
R=44.19%
G=40.47%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901746600.080.650.2552.2648.8250.2
HexBEAE42084119343132
Octal27625610201010131646162
Binary1011111010101110100001001000100000111001110100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE42; }

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

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

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

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

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

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

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

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