#BAAC96

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

Shades of Akaroa #BAAC96

Tints of Akaroa #BAAC96

Color information

#BAAC96 (or 0xBAAC96) is unknown color: approx Akaroa. HEX triplet: BA, AC and 96. RGB value is (186,172,150). Sum of RGB (Red+Green+Blue) = 186+172+150=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC96 is #455369. Grayscale: #ADADAD. Windows color (decimal): -4543338 or 9874618. OLE color: 9874618.

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

Color convert

RGB186172150-
CMYK00.080.190.27
HSL36.67º20.69%65.88%-
HSV(B)36.67º19.35%72.94%-
XYZ40.5142.1534.85-
YUV173.68114.64136.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 150 (58.98% from 255) = 29.53%
R=36.61%
G=33.86%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617215000.080.190.2736.6720.6965.88
HexBAAC9608131B251542
Octal27225422601023334525102
Binary101110101010110010010110010001001111011100101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC96; }

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

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

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

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

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

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

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

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