#BAB299

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

Shades of Akaroa #BAB299

Tints of Akaroa #BAB299

Color information

#BAB299 (or 0xBAB299) is unknown color: approx Akaroa. HEX triplet: BA, B2 and 99. RGB value is (186,178,153). Sum of RGB (Red+Green+Blue) = 186+178+153=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB299 is #454D66. Grayscale: #B1B1B1. Windows color (decimal): -4541799 or 10072762. OLE color: 10072762.

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

Color convert

RGB186178153-
CMYK00.040.180.27
HSL45.45º19.3%66.47%-
HSV(B)45.45º17.74%72.94%-
XYZ41.9244.5836.53-
YUV177.54114.15134.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 178 (69.92% from 255) = 34.43%
BLUE value IS 153 (60.16% from 255) = 29.59%
R=35.98%
G=34.43%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617815300.040.180.2745.4519.366.47
HexBAB29904121B2d1342
Octal2722622310422335523102
Binary10111010101100101001100101001001011011101101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB299; }

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

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

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

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

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

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

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

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