#BAB29D

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

Shades of Akaroa #BAB29D

Tints of Akaroa #BAB29D

Color information

#BAB29D (or 0xBAB29D) is unknown color: approx Akaroa. HEX triplet: BA, B2 and 9D. RGB value is (186,178,157). Sum of RGB (Red+Green+Blue) = 186+178+157=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB29D is #454D62. Grayscale: #B2B2B2. Windows color (decimal): -4541795 or 10334906. OLE color: 10334906.

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

Color convert

RGB186178157-
CMYK00.040.160.27
HSL43.45º17.37%67.25%-
HSV(B)43.45º15.59%72.94%-
XYZ42.2644.7138.3-
YUV178116.15133.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 157 (61.72% from 255) = 30.13%
R=35.70%
G=34.17%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617815700.040.160.2743.4517.3767.25
HexBAB29D04101B2b1143
Octal2722622350420335321103
Binary10111010101100101001110101001000011011101011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB29D; }

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

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

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

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

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

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

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

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