#BEA635

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

Shades of Brass #BEA635

Tints of Brass #BEA635

Color information

#BEA635 (or 0xBEA635) is unknown color: approx Brass. HEX triplet: BE, A6 and 35. RGB value is (190,166,53). Sum of RGB (Red+Green+Blue) = 190+166+53=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA635 is #4159CA. Grayscale: #A0A0A0. Windows color (decimal): -4282827 or 3516094. OLE color: 3516094.

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

Color convert

RGB19016653-
CMYK00.130.720.25
HSL49.49º56.38%47.65%-
HSV(B)49.49º72.11%74.51%-
XYZ35.5138.488.92-
YUV160.2967.45149.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 166 (65.23% from 255) = 40.59%
BLUE value IS 53 (21.09% from 255) = 12.96%
R=46.45%
G=40.59%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901665300.130.720.2549.4956.3847.65
HexBEA6350D4819313830
Octal2762466501511031617060
Binary101111101010011011010101101100100011001110001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA635; }

 p { color: rgb(190,166,53); }

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

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

 a { background-color: rgb(190,166,53); }

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

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

 span { border-color: rgb(190,166,53); }

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