#BEAC33

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

Shades of Brass #BEAC33

Tints of Brass #BEAC33

Color information

#BEAC33 (or 0xBEAC33) is unknown color: approx Brass. HEX triplet: BE, AC and 33. RGB value is (190,172,51). Sum of RGB (Red+Green+Blue) = 190+172+51=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC33 is #4153CC. Grayscale: #A4A4A4. Windows color (decimal): -4281293 or 3386558. OLE color: 3386558.

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

Color convert

RGB19017251-
CMYK00.090.730.25
HSL52.23º57.68%47.25%-
HSV(B)52.23º73.16%74.51%-
XYZ36.5940.699.06-
YUV163.5964.46146.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 51 (20.31% from 255) = 12.35%
R=46.00%
G=41.65%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901725100.090.730.2552.2357.6847.25
HexBEAC33094919343a2f
Octal2762546301111131647257
Binary101111101010110011001101001100100111001110100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC33; }

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

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

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

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

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

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

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

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