#BEA633

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

Shades of Brass #BEA633

Tints of Brass #BEA633

Color information

#BEA633 (or 0xBEA633) is unknown color: approx Brass. HEX triplet: BE, A6 and 33. RGB value is (190,166,51). Sum of RGB (Red+Green+Blue) = 190+166+51=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 51 (20.31% from 255 or 12.53% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA633 is #4159CC. Grayscale: #A0A0A0. Windows color (decimal): -4282829 or 3385022. OLE color: 3385022.

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

Color convert

RGB19016651-
CMYK00.130.730.25
HSL49.64º57.68%47.25%-
HSV(B)49.64º73.16%74.51%-
XYZ35.4738.468.69-
YUV160.0766.45149.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 51 (20.31% from 255) = 12.53%
R=46.68%
G=40.79%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901665100.130.730.2549.6457.6847.25
HexBEA6330D4919323a2f
Octal2762466301511131627257
Binary101111101010011011001101101100100111001110010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA633; }

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

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

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

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

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

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

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

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