#BEAF40

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

Shades of Brass #BEAF40

Tints of Brass #BEAF40

Color information

#BEAF40 (or 0xBEAF40) is unknown color: approx Brass. HEX triplet: BE, AF and 40. RGB value is (190,175,64). Sum of RGB (Red+Green+Blue) = 190+175+64=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF40 is #4150BF. Grayscale: #A7A7A7. Windows color (decimal): -4280512 or 4239294. OLE color: 4239294.

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

Color convert

RGB19017564-
CMYK00.080.660.25
HSL52.86º49.61%49.8%-
HSV(B)52.86º66.32%74.51%-
XYZ37.4941.9810.98-
YUV166.8369.97144.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 64 (25.39% from 255) = 14.92%
R=44.29%
G=40.79%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901756400.080.660.2552.8649.6149.8
HexBEAF40084219353232
Octal27625710001010231656262
Binary1011111010101111100000001000100001011001110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF40; }

 p { color: rgb(190,175,64); }

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

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

 a { background-color: rgb(190,175,64); }

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

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

 span { border-color: rgb(190,175,64); }

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