#BAB199

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

Shades of Akaroa #BAB199

Tints of Akaroa #BAB199

Color information

#BAB199 (or 0xBAB199) is unknown color: approx Akaroa. HEX triplet: BA, B1 and 99. RGB value is (186,177,153). Sum of RGB (Red+Green+Blue) = 186+177+153=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB199 is #454E66. Grayscale: #B1B1B1. Windows color (decimal): -4542055 or 10072506. OLE color: 10072506.

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

Color convert

RGB186177153-
CMYK00.050.180.27
HSL43.64º19.3%66.47%-
HSV(B)43.64º17.74%72.94%-
XYZ41.7244.1836.47-
YUV176.96114.48134.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 153 (60.16% from 255) = 29.65%
R=36.05%
G=34.30%
B=29.65%

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
Decimal18617715300.050.180.2743.6419.366.47
HexBAB19905121B2c1342
Octal2722612310522335423102
Binary10111010101100011001100101011001011011101100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB199; }

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

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

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

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

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

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

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

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