#BAAD43

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

Shades of Brass #BAAD43

Tints of Brass #BAAD43

Color information

#BAAD43 (or 0xBAAD43) is unknown color: approx Brass. HEX triplet: BA, AD and 43. RGB value is (186,173,67). Sum of RGB (Red+Green+Blue) = 186+173+67=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 67 (26.56% from 255 or 15.73% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAD43 is #4552BC. Grayscale: #A5A5A5. Windows color (decimal): -4543165 or 4435386. OLE color: 4435386.

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

Color convert

RGB18617367-
CMYK00.070.640.27
HSL53.45º47.04%49.61%-
HSV(B)53.45º63.98%72.94%-
XYZ36.2140.7311.26-
YUV164.872.81143.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 173 (67.97% from 255) = 40.61%
BLUE value IS 67 (26.56% from 255) = 15.73%
R=43.66%
G=40.61%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861736700.070.640.2753.4547.0449.61
HexBAAD4307401B352f32
Octal2722551030710033655762
Binary101110101010110110000110111100000011011110101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD43; }

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

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

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

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

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

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

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

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