#BAAE3E

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

Shades of Brass #BAAE3E

Tints of Brass #BAAE3E

Color information

#BAAE3E (or 0xBAAE3E) is unknown color: approx Brass. HEX triplet: BA, AE and 3E. RGB value is (186,174,62). Sum of RGB (Red+Green+Blue) = 186+174+62=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE3E is #4551C1. Grayscale: #A5A5A5. Windows color (decimal): -4542914 or 4107962. OLE color: 4107962.

HSL color Cylindrical-coordinate representation of color #BAAE3E: hue angle of 54.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAAE3E is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18617462-
CMYK00.060.670.27
HSL54.19º50%48.63%-
HSV(B)54.19º66.67%72.94%-
XYZ36.2641.0610.57-
YUV164.8269.98143.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 174 (68.36% from 255) = 41.23%
BLUE value IS 62 (24.61% from 255) = 14.69%
R=44.08%
G=41.23%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861746200.060.670.2754.195048.63
HexBAAE3E06431B363231
Octal272256760610333666261
Binary10111010101011101111100110100001111011110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE3E; }

 p { color: rgb(186,174,62); }

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

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

 a { background-color: rgb(186,174,62); }

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

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

 span { border-color: rgb(186,174,62); }

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