#BAAC43

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

Shades of Brass #BAAC43

Tints of Brass #BAAC43

Color information

#BAAC43 (or 0xBAAC43) is unknown color: approx Brass. HEX triplet: BA, AC and 43. RGB value is (186,172,67). Sum of RGB (Red+Green+Blue) = 186+172+67=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 67 (26.56% from 255 or 15.76% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC43 is #4553BC. Grayscale: #A4A4A4. Windows color (decimal): -4543421 or 4435130. OLE color: 4435130.

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

Color convert

RGB18617267-
CMYK00.080.640.27
HSL52.94º47.04%49.61%-
HSV(B)52.94º63.98%72.94%-
XYZ36.0240.3511.2-
YUV164.2273.14143.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 67 (26.56% from 255) = 15.76%
R=43.76%
G=40.47%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861726700.080.640.2752.9447.0449.61
HexBAAC4308401B352f32
Octal27225410301010033655762
Binary1011101010101100100001101000100000011011110101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC43; }

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

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

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

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

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

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

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

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