#BEA53C

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

Shades of Brass #BEA53C

Tints of Brass #BEA53C

Color information

#BEA53C (or 0xBEA53C) is unknown color: approx Brass. HEX triplet: BE, A5 and 3C. RGB value is (190,165,60). Sum of RGB (Red+Green+Blue) = 190+165+60=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA53C is #415AC3. Grayscale: #A0A0A0. Windows color (decimal): -4283076 or 3974590. OLE color: 3974590.

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

Color convert

RGB19016560-
CMYK00.130.680.25
HSL48.46º52%49.02%-
HSV(B)48.46º68.42%74.51%-
XYZ35.5138.189.77-
YUV160.571.28149.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 165 (64.84% from 255) = 39.76%
BLUE value IS 60 (23.83% from 255) = 14.46%
R=45.78%
G=39.76%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901656000.130.680.2548.465249.02
HexBEA53C0D4419303431
Octal2762457401510431606461
Binary101111101010010111110001101100010011001110000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA53C; }

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

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

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

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

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

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

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

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