#BAB09F

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

Shades of Akaroa #BAB09F

Tints of Akaroa #BAB09F

Color information

#BAB09F (or 0xBAB09F) is unknown color: approx Akaroa. HEX triplet: BA, B0 and 9F. RGB value is (186,176,159). Sum of RGB (Red+Green+Blue) = 186+176+159=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB09F is #454F60. Grayscale: #B1B1B1. Windows color (decimal): -4542305 or 10465466. OLE color: 10465466.

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

Color convert

RGB186176159-
CMYK00.050.150.27
HSL37.78º16.36%67.65%-
HSV(B)37.78º14.52%72.94%-
XYZ42.0343.9939.08-
YUV177.05117.81134.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 159 (62.5% from 255) = 30.52%
R=35.70%
G=33.78%
B=30.52%

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
Decimal18617615900.050.150.2737.7816.3667.65
HexBAB09F05F1B261044
Octal2722602370517334620104
Binary1011101010110000100111110101111111011100110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB09F; }

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

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

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

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

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

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

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

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