#BAB29E

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

Shades of Akaroa #BAB29E

Tints of Akaroa #BAB29E

Color information

#BAB29E (or 0xBAB29E) is unknown color: approx Akaroa. HEX triplet: BA, B2 and 9E. RGB value is (186,178,158). Sum of RGB (Red+Green+Blue) = 186+178+158=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB29E is #454D61. Grayscale: #B2B2B2. Windows color (decimal): -4541794 or 10400442. OLE color: 10400442.

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

Color convert

RGB186178158-
CMYK00.040.150.27
HSL42.86º16.87%67.45%-
HSV(B)42.86º15.05%72.94%-
XYZ42.3444.7538.75-
YUV178.11116.65133.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 158 (62.11% from 255) = 30.27%
R=35.63%
G=34.10%
B=30.27%

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
Decimal18617815800.040.150.2742.8616.8767.45
HexBAB29E04F1B2b1143
Octal2722622360417335321103
Binary1011101010110010100111100100111111011101011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB29E; }

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

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

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

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

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

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

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

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