#BAB19E

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

Shades of Akaroa #BAB19E

Tints of Akaroa #BAB19E

Color information

#BAB19E (or 0xBAB19E) is unknown color: approx Akaroa. HEX triplet: BA, B1 and 9E. RGB value is (186,177,158). Sum of RGB (Red+Green+Blue) = 186+177+158=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB19E is #454E61. Grayscale: #B1B1B1. Windows color (decimal): -4542050 or 10400186. OLE color: 10400186.

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

Color convert

RGB186177158-
CMYK00.050.150.27
HSL40.71º16.87%67.45%-
HSV(B)40.71º15.05%72.94%-
XYZ42.1444.3538.69-
YUV177.52116.98134.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 158 (62.11% from 255) = 30.33%
R=35.70%
G=33.97%
B=30.33%

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
Decimal18617715800.050.150.2740.7116.8767.45
HexBAB19E05F1B291143
Octal2722612360517335121103
Binary1011101010110001100111100101111111011101001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB19E; }

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

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

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

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

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

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

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

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