#BAB788

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

Shades of Coriander #BAB788

Tints of Coriander #BAB788

Color information

#BAB788 (or 0xBAB788) is unknown color: approx Coriander. HEX triplet: BA, B7 and 88. RGB value is (186,183,136). Sum of RGB (Red+Green+Blue) = 186+183+136=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB788 is #454877. Grayscale: #B2B2B2. Windows color (decimal): -4540536 or 8959930. OLE color: 8959930.

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

Color convert

RGB186183136-
CMYK00.020.270.27
HSL56.4º26.6%63.14%-
HSV(B)56.4º26.88%72.94%-
XYZ41.6346.0829.99-
YUV178.54103.99133.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 183 (71.88% from 255) = 36.24%
BLUE value IS 136 (53.52% from 255) = 26.93%
R=36.83%
G=36.24%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618313600.020.270.2756.426.663.14
HexBAB788021B1B381b3f
Octal272267210023333703377
Binary101110101011011110001000010110111101111100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB788; }

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

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

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

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

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

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

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

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