#BAB388

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

Shades of Coriander #BAB388

Tints of Coriander #BAB388

Color information

#BAB388 (or 0xBAB388) is unknown color: approx Coriander. HEX triplet: BA, B3 and 88. RGB value is (186,179,136). Sum of RGB (Red+Green+Blue) = 186+179+136=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB388 is #454C77. Grayscale: #B0B0B0. Windows color (decimal): -4541560 or 8958906. OLE color: 8958906.

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

Color convert

RGB186179136-
CMYK00.040.270.27
HSL51.6º26.6%63.14%-
HSV(B)51.6º26.88%72.94%-
XYZ40.8144.4629.72-
YUV176.19105.32135-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 136 (53.52% from 255) = 27.15%
R=37.13%
G=35.73%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617913600.040.270.2751.626.663.14
HexBAB388041B1B341b3f
Octal272263210043333643377
Binary1011101010110011100010000100110111101111010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB388; }

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

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

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

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

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

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

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

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