#BAAA94

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

Shades of Akaroa #BAAA94

Tints of Akaroa #BAAA94

Color information

#BAAA94 (or 0xBAAA94) is unknown color: approx Akaroa. HEX triplet: BA, AA and 94. RGB value is (186,170,148). Sum of RGB (Red+Green+Blue) = 186+170+148=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA94 is #45556B. Grayscale: #ACACAC. Windows color (decimal): -4543852 or 9743034. OLE color: 9743034.

HSL color Cylindrical-coordinate representation of color #BAAA94: hue angle of 34.74º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAAA94 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB186170148-
CMYK00.090.200.27
HSL34.74º21.59%65.49%-
HSV(B)34.74º20.43%72.94%-
XYZ39.9741.3333.89-
YUV172.28114.3137.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 170 (66.80% from 255) = 33.73%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=36.90%
G=33.73%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617014800.090.200.2734.7421.5965.49
HexBAAA9409141B231641
Octal27225222401124334326101
Binary101110101010101010010100010011010011011100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA94; }

 p { color: rgb(186,170,148); }

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

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

 a { background-color: rgb(186,170,148); }

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

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

 span { border-color: rgb(186,170,148); }

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