#BEA43A

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

Shades of Brass #BEA43A

Tints of Brass #BEA43A

Color information

#BEA43A (or 0xBEA43A) is unknown color: approx Brass. HEX triplet: BE, A4 and 3A. RGB value is (190,164,58). Sum of RGB (Red+Green+Blue) = 190+164+58=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA43A is #415BC5. Grayscale: #A0A0A0. Windows color (decimal): -4283334 or 3843262. OLE color: 3843262.

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

Color convert

RGB19016458-
CMYK00.140.690.25
HSL48.18º53.23%48.63%-
HSV(B)48.18º69.47%74.51%-
XYZ35.2737.89.44-
YUV159.6970.61149.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 58 (23.05% from 255) = 14.08%
R=46.12%
G=39.81%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901645800.140.690.2548.1853.2348.63
HexBEA43A0E4519303531
Octal2762447201610531606561
Binary101111101010010011101001110100010111001110000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA43A; }

 p { color: rgb(190,164,58); }

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

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

 a { background-color: rgb(190,164,58); }

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

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

 span { border-color: rgb(190,164,58); }

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