#BEA541

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

Shades of Brass #BEA541

Tints of Brass #BEA541

Color information

#BEA541 (or 0xBEA541) is unknown color: approx Brass. HEX triplet: BE, A5 and 41. RGB value is (190,165,65). Sum of RGB (Red+Green+Blue) = 190+165+65=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA541 is #415ABE. Grayscale: #A1A1A1. Windows color (decimal): -4283071 or 4302270. OLE color: 4302270.

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

Color convert

RGB19016565-
CMYK00.130.660.25
HSL48º49.02%50%-
HSV(B)48º65.79%74.51%-
XYZ35.6438.2410.5-
YUV161.0773.78148.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 165 (64.84% from 255) = 39.29%
BLUE value IS 65 (25.78% from 255) = 15.48%
R=45.24%
G=39.29%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901656500.130.660.254849.0250
HexBEA5410D4219303132
Octal27624510101510231606162
Binary1011111010100101100000101101100001011001110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA541; }

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

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

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

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

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

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

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

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