#BAB689

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

Shades of Coriander #BAB689

Tints of Coriander #BAB689

Color information

#BAB689 (or 0xBAB689) is unknown color: approx Coriander. HEX triplet: BA, B6 and 89. RGB value is (186,182,137). Sum of RGB (Red+Green+Blue) = 186+182+137=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB689 is #454976. Grayscale: #B2B2B2. Windows color (decimal): -4540791 or 9025210. OLE color: 9025210.

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

Color convert

RGB186182137-
CMYK00.020.260.27
HSL55.1º26.2%63.33%-
HSV(B)55.1º26.34%72.94%-
XYZ41.4945.730.3-
YUV178.07104.83133.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 137 (53.91% from 255) = 27.13%
R=36.83%
G=36.04%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618213700.020.260.2755.126.263.33
HexBAB689021A1B371a3f
Octal272266211023233673277
Binary101110101011011010001001010110101101111011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB689; }

 p { color: rgb(186,182,137); }

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

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

 a { background-color: rgb(186,182,137); }

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

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

 span { border-color: rgb(186,182,137); }

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