#BAB19F

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

Shades of Akaroa #BAB19F

Tints of Akaroa #BAB19F

Color information

#BAB19F (or 0xBAB19F) is unknown color: approx Akaroa. HEX triplet: BA, B1 and 9F. RGB value is (186,177,159). Sum of RGB (Red+Green+Blue) = 186+177+159=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB19F is #454E60. Grayscale: #B1B1B1. Windows color (decimal): -4542049 or 10465722. OLE color: 10465722.

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

Color convert

RGB186177159-
CMYK00.050.150.27
HSL40º16.36%67.65%-
HSV(B)40º14.52%72.94%-
XYZ42.2344.3939.14-
YUV177.64117.48133.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 177 (69.53% from 255) = 33.91%
BLUE value IS 159 (62.5% from 255) = 30.46%
R=35.63%
G=33.91%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617715900.050.150.274016.3667.65
HexBAB19F05F1B281044
Octal2722612370517335020104
Binary1011101010110001100111110101111111011101000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB19F; }

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

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

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

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

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

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

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

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