#BAB29B

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

Shades of Akaroa #BAB29B

Tints of Akaroa #BAB29B

Color information

#BAB29B (or 0xBAB29B) is unknown color: approx Akaroa. HEX triplet: BA, B2 and 9B. RGB value is (186,178,155). Sum of RGB (Red+Green+Blue) = 186+178+155=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB29B is #454D64. Grayscale: #B1B1B1. Windows color (decimal): -4541797 or 10203834. OLE color: 10203834.

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

Color convert

RGB186178155-
CMYK00.040.170.27
HSL44.52º18.34%66.86%-
HSV(B)44.52º16.67%72.94%-
XYZ42.0944.6537.41-
YUV177.77115.15133.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 178 (69.92% from 255) = 34.30%
BLUE value IS 155 (60.94% from 255) = 29.87%
R=35.84%
G=34.30%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617815500.040.170.2744.5218.3466.86
HexBAB29B04111B2d1243
Octal2722622330421335522103
Binary10111010101100101001101101001000111011101101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB29B; }

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

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

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

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

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

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

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

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