#BAB39E

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

Shades of Akaroa #BAB39E

Tints of Akaroa #BAB39E

Color information

#BAB39E (or 0xBAB39E) is unknown color: approx Akaroa. HEX triplet: BA, B3 and 9E. RGB value is (186,179,158). Sum of RGB (Red+Green+Blue) = 186+179+158=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB39E is #454C61. Grayscale: #B2B2B2. Windows color (decimal): -4541538 or 10400698. OLE color: 10400698.

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

Color convert

RGB186179158-
CMYK00.040.150.27
HSL45º16.87%67.45%-
HSV(B)45º15.05%72.94%-
XYZ42.5445.1538.82-
YUV178.7116.32133.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 179 (70.31% from 255) = 34.23%
BLUE value IS 158 (62.11% from 255) = 30.21%
R=35.56%
G=34.23%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617915800.040.150.274516.8767.45
HexBAB39E04F1B2d1143
Octal2722632360417335521103
Binary1011101010110011100111100100111111011101101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB39E; }

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

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

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

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

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

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

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

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