#BAB988

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

Shades of Coriander #BAB988

Tints of Coriander #BAB988

Color information

#BAB988 (or 0xBAB988) is unknown color: approx Coriander. HEX triplet: BA, B9 and 88. RGB value is (186,185,136). Sum of RGB (Red+Green+Blue) = 186+185+136=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB988 is #454677. Grayscale: #B3B3B3. Windows color (decimal): -4540024 or 8960442. OLE color: 8960442.

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

Color convert

RGB186185136-
CMYK00.010.270.27
HSL58.8º26.6%63.14%-
HSV(B)58.8º26.88%72.94%-
XYZ42.0446.9130.13-
YUV179.71103.33132.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=36.69%
G=36.49%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618513600.010.270.2758.826.663.14
HexBAB988011B1B3b1b3f
Octal272271210013333733377
Binary10111010101110011000100001110111101111101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB988; }

 p { color: rgb(186,185,136); }

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

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

 a { background-color: rgb(186,185,136); }

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

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

 span { border-color: rgb(186,185,136); }

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