#BEA33C

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

Shades of Brass #BEA33C

Tints of Brass #BEA33C

Color information

#BEA33C (or 0xBEA33C) is unknown color: approx Brass. HEX triplet: BE, A3 and 3C. RGB value is (190,163,60). Sum of RGB (Red+Green+Blue) = 190+163+60=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA33C is #415CC3. Grayscale: #9F9F9F. Windows color (decimal): -4283588 or 3974078. OLE color: 3974078.

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

Color convert

RGB19016360-
CMYK00.140.680.25
HSL47.54º52%49.02%-
HSV(B)47.54º68.42%74.51%-
XYZ35.1537.479.65-
YUV159.3371.95149.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 163 (64.06% from 255) = 39.47%
BLUE value IS 60 (23.83% from 255) = 14.53%
R=46.00%
G=39.47%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901636000.140.680.2547.545249.02
HexBEA33C0E4419303431
Octal2762437401610431606461
Binary101111101010001111110001110100010011001110000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA33C; }

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

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

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

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

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

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

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

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