#BEA933

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

Shades of Brass #BEA933

Tints of Brass #BEA933

Color information

#BEA933 (or 0xBEA933) is unknown color: approx Brass. HEX triplet: BE, A9 and 33. RGB value is (190,169,51). Sum of RGB (Red+Green+Blue) = 190+169+51=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 51 (20.31% from 255 or 12.44% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA933 is #4156CC. Grayscale: #A2A2A2. Windows color (decimal): -4282061 or 3385790. OLE color: 3385790.

HSL color Cylindrical-coordinate representation of color #BEA933: hue angle of 50.94º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEA933 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19016951-
CMYK00.110.730.25
HSL50.94º57.68%47.25%-
HSV(B)50.94º73.16%74.51%-
XYZ36.0239.568.87-
YUV161.8365.46148.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 169 (66.41% from 255) = 41.22%
BLUE value IS 51 (20.31% from 255) = 12.44%
R=46.34%
G=41.22%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901695100.110.730.2550.9457.6847.25
HexBEA9330B4919333a2f
Octal2762516301311131637257
Binary101111101010100111001101011100100111001110011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA933; }

 p { color: rgb(190,169,51); }

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

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

 a { background-color: rgb(190,169,51); }

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

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

 span { border-color: rgb(190,169,51); }

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