#BEA339

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

Shades of Brass #BEA339

Tints of Brass #BEA339

Color information

#BEA339 (or 0xBEA339) is unknown color: approx Brass. HEX triplet: BE, A3 and 39. RGB value is (190,163,57). Sum of RGB (Red+Green+Blue) = 190+163+57=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA339 is #415CC6. Grayscale: #9F9F9F. Windows color (decimal): -4283591 or 3777470. OLE color: 3777470.

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

Color convert

RGB19016357-
CMYK00.140.70.25
HSL47.82º53.85%48.43%-
HSV(B)47.82º70%74.51%-
XYZ35.0737.449.25-
YUV158.9970.45150.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 163 (64.06% from 255) = 39.76%
BLUE value IS 57 (22.66% from 255) = 13.90%
R=46.34%
G=39.76%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901635700.140.70.2547.8253.8548.43
HexBEA3390E4619303630
Octal2762437101610631606660
Binary101111101010001111100101110100011011001110000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA339; }

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

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

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

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

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

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

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

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