#BEAE33

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

Shades of Brass #BEAE33

Tints of Brass #BEAE33

Color information

#BEAE33 (or 0xBEAE33) is unknown color: approx Brass. HEX triplet: BE, AE and 33. RGB value is (190,174,51). Sum of RGB (Red+Green+Blue) = 190+174+51=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 51 (20.31% from 255 or 12.29% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAE33 is #4151CC. Grayscale: #A5A5A5. Windows color (decimal): -4280781 or 3387070. OLE color: 3387070.

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

Color convert

RGB19017451-
CMYK00.080.730.25
HSL53.09º57.68%47.25%-
HSV(B)53.09º73.16%74.51%-
XYZ36.9741.469.19-
YUV164.7663.8146-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 174 (68.36% from 255) = 41.93%
BLUE value IS 51 (20.31% from 255) = 12.29%
R=45.78%
G=41.93%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901745100.080.730.2553.0957.6847.25
HexBEAE33084919353a2f
Octal2762566301011131657257
Binary101111101010111011001101000100100111001110101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE33; }

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

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

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

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

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

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

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

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