#BAB695

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

Shades of Coriander #BAB695

Tints of Coriander #BAB695

Color information

#BAB695 (or 0xBAB695) is unknown color: approx Coriander. HEX triplet: BA, B6 and 95. RGB value is (186,182,149). Sum of RGB (Red+Green+Blue) = 186+182+149=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB695 is #45496A. Grayscale: #B3B3B3. Windows color (decimal): -4540779 or 9811642. OLE color: 9811642.

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

Color convert

RGB186182149-
CMYK00.020.200.27
HSL53.51º21.14%65.69%-
HSV(B)53.51º19.89%72.94%-
XYZ42.446.0635.09-
YUV179.43110.83132.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 182 (71.48% from 255) = 35.20%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=35.98%
G=35.20%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618214900.020.200.2753.5121.1465.69
HexBAB69502141B361542
Octal2722662250224336625102
Binary1011101010110110100101010101010011011110110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB695; }

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

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

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

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

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

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

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

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