#BAAB3B

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

Shades of Brass #BAAB3B

Tints of Brass #BAAB3B

Color information

#BAAB3B (or 0xBAAB3B) is unknown color: approx Brass. HEX triplet: BA, AB and 3B. RGB value is (186,171,59). Sum of RGB (Red+Green+Blue) = 186+171+59=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB3B is #4554C4. Grayscale: #A3A3A3. Windows color (decimal): -4543685 or 3910586. OLE color: 3910586.

HSL color Cylindrical-coordinate representation of color #BAAB3B: hue angle of 52.91º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAAB3B is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18617159-
CMYK00.080.680.27
HSL52.91º51.84%48.04%-
HSV(B)52.91º68.28%72.94%-
XYZ35.639.889.96-
YUV162.7269.47144.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 171 (67.19% from 255) = 41.11%
BLUE value IS 59 (23.44% from 255) = 14.18%
R=44.71%
G=41.11%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861715900.080.680.2752.9151.8448.04
HexBAAB3B08441B353430
Octal2722537301010433656460
Binary101110101010101111101101000100010011011110101110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB3B; }

 p { color: rgb(186,171,59); }

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

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

 a { background-color: rgb(186,171,59); }

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

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

 span { border-color: rgb(186,171,59); }

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