#BEAE39

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

Shades of Brass #BEAE39

Tints of Brass #BEAE39

Color information

#BEAE39 (or 0xBEAE39) is unknown color: approx Brass. HEX triplet: BE, AE and 39. RGB value is (190,174,57). Sum of RGB (Red+Green+Blue) = 190+174+57=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 57 (22.66% from 255 or 13.54% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAE39 is #4151C6. Grayscale: #A5A5A5. Windows color (decimal): -4280775 or 3780286. OLE color: 3780286.

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

Color convert

RGB19017457-
CMYK00.080.70.25
HSL52.78º53.85%48.43%-
HSV(B)52.78º70%74.51%-
XYZ37.1141.519.93-
YUV165.4566.8145.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 174 (68.36% from 255) = 41.33%
BLUE value IS 57 (22.66% from 255) = 13.54%
R=45.13%
G=41.33%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901745700.080.70.2552.7853.8548.43
HexBEAE39084619353630
Octal2762567101010631656660
Binary101111101010111011100101000100011011001110101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE39; }

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

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

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

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

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

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

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

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