#BEAA42

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

Shades of Brass #BEAA42

Tints of Brass #BEAA42

Color information

#BEAA42 (or 0xBEAA42) is unknown color: approx Brass. HEX triplet: BE, AA and 42. RGB value is (190,170,66). Sum of RGB (Red+Green+Blue) = 190+170+66=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAA42 is #4155BD. Grayscale: #A4A4A4. Windows color (decimal): -4281790 or 4369086. OLE color: 4369086.

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

Color convert

RGB19017066-
CMYK00.110.650.25
HSL50.32º48.82%50.2%-
HSV(B)50.32º65.26%74.51%-
XYZ36.5940.0910.96-
YUV164.1272.63146.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 66 (26.17% from 255) = 15.49%
R=44.60%
G=39.91%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901706600.110.650.2550.3248.8250.2
HexBEAA420B4119323132
Octal27625210201310131626162
Binary1011111010101010100001001011100000111001110010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA42; }

 p { color: rgb(190,170,66); }

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

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

 a { background-color: rgb(190,170,66); }

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

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

 span { border-color: rgb(190,170,66); }

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