#BAB099

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

Shades of Akaroa #BAB099

Tints of Akaroa #BAB099

Color information

#BAB099 (or 0xBAB099) is unknown color: approx Akaroa. HEX triplet: BA, B0 and 99. RGB value is (186,176,153). Sum of RGB (Red+Green+Blue) = 186+176+153=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB099 is #454F66. Grayscale: #B0B0B0. Windows color (decimal): -4542311 or 10072250. OLE color: 10072250.

HSL color Cylindrical-coordinate representation of color #BAB099: hue angle of 41.82º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAB099 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB186176153-
CMYK00.050.180.27
HSL41.82º19.3%66.47%-
HSV(B)41.82º17.74%72.94%-
XYZ41.5243.7936.4-
YUV176.37114.81134.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 153 (60.16% from 255) = 29.71%
R=36.12%
G=34.17%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617615300.050.180.2741.8219.366.47
HexBAB09905121B2a1342
Octal2722602310522335223102
Binary10111010101100001001100101011001011011101010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB099; }

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

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

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

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

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

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

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

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