#BAB691

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

Shades of Coriander #BAB691

Tints of Coriander #BAB691

Color information

#BAB691 (or 0xBAB691) is unknown color: approx Coriander. HEX triplet: BA, B6 and 91. RGB value is (186,182,145). Sum of RGB (Red+Green+Blue) = 186+182+145=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB691 is #45496E. Grayscale: #B3B3B3. Windows color (decimal): -4540783 or 9549498. OLE color: 9549498.

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

Color convert

RGB186182145-
CMYK00.020.220.27
HSL54.15º22.91%64.9%-
HSV(B)54.15º22.04%72.94%-
XYZ42.0945.9433.44-
YUV178.98108.83133.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 145 (57.03% from 255) = 28.27%
R=36.26%
G=35.48%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618214500.020.220.2754.1522.9164.9
HexBAB69102161B361741
Octal2722662210226336627101
Binary1011101010110110100100010101011011011110110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB691; }

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

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

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

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

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

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

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

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