#BEA243

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

Shades of Brass #BEA243

Tints of Brass #BEA243

Color information

#BEA243 (or 0xBEA243) is unknown color: approx Brass. HEX triplet: BE, A2 and 43. RGB value is (190,162,67). Sum of RGB (Red+Green+Blue) = 190+162+67=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA243 is #415DBC. Grayscale: #9F9F9F. Windows color (decimal): -4283837 or 4432574. OLE color: 4432574.

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

Color convert

RGB19016267-
CMYK00.150.650.25
HSL46.34º48.62%50.39%-
HSV(B)46.34º64.74%74.51%-
XYZ35.1737.1910.64-
YUV159.5475.78149.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 67 (26.56% from 255) = 15.99%
R=45.35%
G=38.66%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901626700.150.650.2546.3448.6250.39
HexBEA2430F41192e3132
Octal27624210301710131566162
Binary1011111010100010100001101111100000111001101110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA243; }

 p { color: rgb(190,162,67); }

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

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

 a { background-color: rgb(190,162,67); }

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

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

 span { border-color: rgb(190,162,67); }

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