#BAB29F

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

Shades of Akaroa #BAB29F

Tints of Akaroa #BAB29F

Color information

#BAB29F (or 0xBAB29F) is unknown color: approx Akaroa. HEX triplet: BA, B2 and 9F. RGB value is (186,178,159). Sum of RGB (Red+Green+Blue) = 186+178+159=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB29F is #454D60. Grayscale: #B2B2B2. Windows color (decimal): -4541793 or 10465978. OLE color: 10465978.

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

Color convert

RGB186178159-
CMYK00.040.150.27
HSL42.22º16.36%67.65%-
HSV(B)42.22º14.52%72.94%-
XYZ42.4344.7839.21-
YUV178.23117.15133.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 178 (69.92% from 255) = 34.03%
BLUE value IS 159 (62.5% from 255) = 30.40%
R=35.56%
G=34.03%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617815900.040.150.2742.2216.3667.65
HexBAB29F04F1B2a1044
Octal2722622370417335220104
Binary1011101010110010100111110100111111011101010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB29F; }

 p { color: rgb(186,178,159); }

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

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

 a { background-color: rgb(186,178,159); }

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

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

 span { border-color: rgb(186,178,159); }

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