#BEAC37

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

Shades of Brass #BEAC37

Tints of Brass #BEAC37

Color information

#BEAC37 (or 0xBEAC37) is unknown color: approx Brass. HEX triplet: BE, AC and 37. RGB value is (190,172,55). Sum of RGB (Red+Green+Blue) = 190+172+55=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC37 is #4153C8. Grayscale: #A4A4A4. Windows color (decimal): -4281289 or 3648702. OLE color: 3648702.

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

Color convert

RGB19017255-
CMYK00.090.710.25
HSL52º55.1%48.04%-
HSV(B)52º71.05%74.51%-
XYZ36.6840.739.54-
YUV164.0466.46146.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 172 (67.58% from 255) = 41.25%
BLUE value IS 55 (21.88% from 255) = 13.19%
R=45.56%
G=41.25%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901725500.090.710.255255.148.04
HexBEAC37094719343730
Octal2762546701110731646760
Binary101111101010110011011101001100011111001110100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC37; }

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

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

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

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

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

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

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

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