#BAA994

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

Shades of Akaroa #BAA994

Tints of Akaroa #BAA994

Color information

#BAA994 (or 0xBAA994) is unknown color: approx Akaroa. HEX triplet: BA, A9 and 94. RGB value is (186,169,148). Sum of RGB (Red+Green+Blue) = 186+169+148=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA994 is #45566B. Grayscale: #ABABAB. Windows color (decimal): -4544108 or 9742778. OLE color: 9742778.

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

Color convert

RGB186169148-
CMYK00.090.200.27
HSL33.16º21.59%65.49%-
HSV(B)33.16º20.43%72.94%-
XYZ39.7840.9533.82-
YUV171.69114.63138.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 148 (58.20% from 255) = 29.42%
R=36.98%
G=33.60%
B=29.42%

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
Decimal18616914800.090.200.2733.1621.5965.49
HexBAA99409141B211641
Octal27225122401124334126101
Binary101110101010100110010100010011010011011100001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA994; }

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

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

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

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

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

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

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

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