#BEA737

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

Shades of Brass #BEA737

Tints of Brass #BEA737

Color information

#BEA737 (or 0xBEA737) is unknown color: approx Brass. HEX triplet: BE, A7 and 37. RGB value is (190,167,55). Sum of RGB (Red+Green+Blue) = 190+167+55=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 55 (21.88% from 255 or 13.35% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA737 is #4158C8. Grayscale: #A1A1A1. Windows color (decimal): -4282569 or 3647422. OLE color: 3647422.

HSL color Cylindrical-coordinate representation of color #BEA737: hue angle of 49.78º degrees, saturation: 0.55, 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 #BEA737 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19016755-
CMYK00.120.710.25
HSL49.78º55.1%48.04%-
HSV(B)49.78º71.05%74.51%-
XYZ35.7438.869.23-
YUV161.1168.12148.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 167 (65.62% from 255) = 40.53%
BLUE value IS 55 (21.88% from 255) = 13.35%
R=46.12%
G=40.53%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901675500.120.710.2549.7855.148.04
HexBEA7370C4719323730
Octal2762476701410731626760
Binary101111101010011111011101100100011111001110010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA737; }

 p { color: rgb(190,167,55); }

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

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

 a { background-color: rgb(190,167,55); }

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

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

 span { border-color: rgb(190,167,55); }

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