#BEB440

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

Shades of Brass #BEB440

Tints of Brass #BEB440

Color information

#BEB440 (or 0xBEB440) is unknown color: approx Brass. HEX triplet: BE, B4 and 40. RGB value is (190,180,64). Sum of RGB (Red+Green+Blue) = 190+180+64=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB440 is #414BBF. Grayscale: #AAAAAA. Windows color (decimal): -4279232 or 4240574. OLE color: 4240574.

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

Color convert

RGB19018064-
CMYK00.050.660.25
HSL55.24º49.61%49.8%-
HSV(B)55.24º66.32%74.51%-
XYZ38.4843.9611.31-
YUV169.7768.31142.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 180 (70.70% from 255) = 41.47%
BLUE value IS 64 (25.39% from 255) = 14.75%
R=43.78%
G=41.47%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901806400.050.660.2555.2449.6149.8
HexBEB440054219373232
Octal2762641000510231676262
Binary101111101011010010000000101100001011001110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB440; }

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

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

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

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

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

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

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

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