#BAB19B

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

Shades of Akaroa #BAB19B

Tints of Akaroa #BAB19B

Color information

#BAB19B (or 0xBAB19B) is unknown color: approx Akaroa. HEX triplet: BA, B1 and 9B. RGB value is (186,177,155). Sum of RGB (Red+Green+Blue) = 186+177+155=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB19B is #454E64. Grayscale: #B1B1B1. Windows color (decimal): -4542053 or 10203578. OLE color: 10203578.

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

Color convert

RGB186177155-
CMYK00.050.170.27
HSL42.58º18.34%66.86%-
HSV(B)42.58º16.67%72.94%-
XYZ41.8944.2537.34-
YUV177.18115.48134.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 177 (69.53% from 255) = 34.17%
BLUE value IS 155 (60.94% from 255) = 29.92%
R=35.91%
G=34.17%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617715500.050.170.2742.5818.3466.86
HexBAB19B05111B2b1243
Octal2722612330521335322103
Binary10111010101100011001101101011000111011101011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB19B; }

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

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

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

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

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

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

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

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