#BEA138

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

Shades of Brass #BEA138

Tints of Brass #BEA138

Color information

#BEA138 (or 0xBEA138) is unknown color: approx Brass. HEX triplet: BE, A1 and 38. RGB value is (190,161,56). Sum of RGB (Red+Green+Blue) = 190+161+56=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA138 is #415EC7. Grayscale: #9E9E9E. Windows color (decimal): -4284104 or 3711422. OLE color: 3711422.

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

Color convert

RGB19016156-
CMYK00.150.710.25
HSL47.01º54.47%48.24%-
HSV(B)47.01º70.53%74.51%-
XYZ34.6936.729-
YUV157.770.61151.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 161 (63.28% from 255) = 39.56%
BLUE value IS 56 (22.27% from 255) = 13.76%
R=46.68%
G=39.56%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901615600.150.710.2547.0154.4748.24
HexBEA1380F47192f3630
Octal2762417001710731576660
Binary101111101010000111100001111100011111001101111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA138; }

 p { color: rgb(190,161,56); }

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

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

 a { background-color: rgb(190,161,56); }

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

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

 span { border-color: rgb(190,161,56); }

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