#BEB540

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

Shades of Brass #BEB540

Tints of Brass #BEB540

Color information

#BEB540 (or 0xBEB540) is unknown color: approx Brass. HEX triplet: BE, B5 and 40. RGB value is (190,181,64). Sum of RGB (Red+Green+Blue) = 190+181+64=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB540 is #414ABF. Grayscale: #AAAAAA. Windows color (decimal): -4278976 or 4240830. OLE color: 4240830.

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

Color convert

RGB19018164-
CMYK00.050.660.25
HSL55.71º49.61%49.8%-
HSV(B)55.71º66.32%74.51%-
XYZ38.6844.3711.37-
YUV170.3567.98142.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 181 (71.09% from 255) = 41.61%
BLUE value IS 64 (25.39% from 255) = 14.71%
R=43.68%
G=41.61%
B=14.71%

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
Decimal1901816400.050.660.2555.7149.6149.8
HexBEB540054219383232
Octal2762651000510231706262
Binary101111101011010110000000101100001011001111000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB540; }

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

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

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

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

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

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

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

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