#BEA93C

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

Shades of Brass #BEA93C

Tints of Brass #BEA93C

Color information

#BEA93C (or 0xBEA93C) is unknown color: approx Brass. HEX triplet: BE, A9 and 3C. RGB value is (190,169,60). Sum of RGB (Red+Green+Blue) = 190+169+60=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA93C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA93C is #4156C3. Grayscale: #A3A3A3. Windows color (decimal): -4282052 or 3975614. OLE color: 3975614.

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

Color convert

RGB19016960-
CMYK00.110.680.25
HSL50.31º52%49.02%-
HSV(B)50.31º68.42%74.51%-
XYZ36.2439.6510.02-
YUV162.8569.96147.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 60 (23.83% from 255) = 14.32%
R=45.35%
G=40.33%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901696000.110.680.2550.315249.02
HexBEA93C0B4419323431
Octal2762517401310431626461
Binary101111101010100111110001011100010011001110010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA93C; }

 p { color: rgb(190,169,60); }

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

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

 a { background-color: rgb(190,169,60); }

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

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

 span { border-color: rgb(190,169,60); }

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