#BEB640

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

Shades of Brass #BEB640

Tints of Brass #BEB640

Color information

#BEB640 (or 0xBEB640) is unknown color: approx Brass. HEX triplet: BE, B6 and 40. RGB value is (190,182,64). Sum of RGB (Red+Green+Blue) = 190+182+64=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB640 is #4149BF. Grayscale: #ABABAB. Windows color (decimal): -4278720 or 4241086. OLE color: 4241086.

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

Color convert

RGB19018264-
CMYK00.040.660.25
HSL56.19º49.61%49.8%-
HSV(B)56.19º66.32%74.51%-
XYZ38.8944.7711.44-
YUV170.9467.65141.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 182 (71.48% from 255) = 41.74%
BLUE value IS 64 (25.39% from 255) = 14.68%
R=43.58%
G=41.74%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901826400.040.660.2556.1949.6149.8
HexBEB640044219383232
Octal2762661000410231706262
Binary101111101011011010000000100100001011001111000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB640; }

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

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

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

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

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

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

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

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