#BAB39B

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

Shades of Akaroa #BAB39B

Tints of Akaroa #BAB39B

Color information

#BAB39B (or 0xBAB39B) is unknown color: approx Akaroa. HEX triplet: BA, B3 and 9B. RGB value is (186,179,155). Sum of RGB (Red+Green+Blue) = 186+179+155=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB39B is #454C64. Grayscale: #B2B2B2. Windows color (decimal): -4541541 or 10204090. OLE color: 10204090.

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

Color convert

RGB186179155-
CMYK00.040.170.27
HSL46.45º18.34%66.86%-
HSV(B)46.45º16.67%72.94%-
XYZ42.2945.0537.48-
YUV178.36114.82133.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 179 (70.31% from 255) = 34.42%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=35.77%
G=34.42%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617915500.040.170.2746.4518.3466.86
HexBAB39B04111B2e1243
Octal2722632330421335622103
Binary10111010101100111001101101001000111011101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB39B; }

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

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

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

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

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

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

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

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