#BEB340

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

Shades of Brass #BEB340

Tints of Brass #BEB340

Color information

#BEB340 (or 0xBEB340) is unknown color: approx Brass. HEX triplet: BE, B3 and 40. RGB value is (190,179,64). Sum of RGB (Red+Green+Blue) = 190+179+64=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB340 is #414CBF. Grayscale: #A9A9A9. Windows color (decimal): -4279488 or 4240318. OLE color: 4240318.

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

Color convert

RGB19017964-
CMYK00.060.660.25
HSL54.76º49.61%49.8%-
HSV(B)54.76º66.32%74.51%-
XYZ38.2843.5611.24-
YUV169.1868.64142.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 64 (25.39% from 255) = 14.78%
R=43.88%
G=41.34%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901796400.060.660.2554.7649.6149.8
HexBEB340064219373232
Octal2762631000610231676262
Binary101111101011001110000000110100001011001110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB340; }

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

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

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

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

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

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

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

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