#BAAE43

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

Shades of Brass #BAAE43

Tints of Brass #BAAE43

Color information

#BAAE43 (or 0xBAAE43) is unknown color: approx Brass. HEX triplet: BA, AE and 43. RGB value is (186,174,67). Sum of RGB (Red+Green+Blue) = 186+174+67=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE43 is #4551BC. Grayscale: #A5A5A5. Windows color (decimal): -4542909 or 4435642. OLE color: 4435642.

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

Color convert

RGB18617467-
CMYK00.060.640.27
HSL53.95º47.04%49.61%-
HSV(B)53.95º63.98%72.94%-
XYZ36.441.1211.33-
YUV165.3972.48142.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 174 (68.36% from 255) = 40.75%
BLUE value IS 67 (26.56% from 255) = 15.69%
R=43.56%
G=40.75%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861746700.060.640.2753.9547.0449.61
HexBAAE4306401B362f32
Octal2722561030610033665762
Binary101110101010111010000110110100000011011110110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE43; }

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

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

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

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

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

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

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

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