#BEB740

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

Shades of Brass #BEB740

Tints of Brass #BEB740

Color information

#BEB740 (or 0xBEB740) is unknown color: approx Brass. HEX triplet: BE, B7 and 40. RGB value is (190,183,64). Sum of RGB (Red+Green+Blue) = 190+183+64=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB740 is #4148BF. Grayscale: #ACACAC. Windows color (decimal): -4278464 or 4241342. OLE color: 4241342.

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

Color convert

RGB19018364-
CMYK00.040.660.25
HSL56.67º49.61%49.8%-
HSV(B)56.67º66.32%74.51%-
XYZ39.0945.1811.51-
YUV171.5367.32141.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 64 (25.39% from 255) = 14.65%
R=43.48%
G=41.88%
B=14.65%

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
Decimal1901836400.040.660.2556.6749.6149.8
HexBEB740044219393232
Octal2762671000410231716262
Binary101111101011011110000000100100001011001111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB740; }

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

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

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

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

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

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

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

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