#BEA23E

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

Shades of Brass #BEA23E

Tints of Brass #BEA23E

Color information

#BEA23E (or 0xBEA23E) is unknown color: approx Brass. HEX triplet: BE, A2 and 3E. RGB value is (190,162,62). Sum of RGB (Red+Green+Blue) = 190+162+62=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 62 (24.61% from 255 or 14.98% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA23E is #415DC1. Grayscale: #9F9F9F. Windows color (decimal): -4283842 or 4104894. OLE color: 4104894.

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

Color convert

RGB19016262-
CMYK00.150.670.25
HSL46.88º50.79%49.41%-
HSV(B)46.88º67.37%74.51%-
XYZ35.0337.149.88-
YUV158.9773.28150.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 162 (63.67% from 255) = 39.13%
BLUE value IS 62 (24.61% from 255) = 14.98%
R=45.89%
G=39.13%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901626200.150.670.2546.8850.7949.41
HexBEA23E0F43192f3331
Octal2762427601710331576361
Binary101111101010001011111001111100001111001101111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA23E; }

 p { color: rgb(190,162,62); }

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

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

 a { background-color: rgb(190,162,62); }

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

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

 span { border-color: rgb(190,162,62); }

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