#BAB693

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

Shades of Coriander #BAB693

Tints of Coriander #BAB693

Color information

#BAB693 (or 0xBAB693) is unknown color: approx Coriander. HEX triplet: BA, B6 and 93. RGB value is (186,182,147). Sum of RGB (Red+Green+Blue) = 186+182+147=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB693 is #45496C. Grayscale: #B3B3B3. Windows color (decimal): -4540781 or 9680570. OLE color: 9680570.

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

Color convert

RGB186182147-
CMYK00.020.210.27
HSL53.85º22.03%65.29%-
HSV(B)53.85º20.97%72.94%-
XYZ42.244634.26-
YUV179.21109.83132.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 182 (71.48% from 255) = 35.34%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=36.12%
G=35.34%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618214700.020.210.2753.8522.0365.29
HexBAB69302151B361641
Octal2722662230225336626101
Binary1011101010110110100100110101010111011110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB693; }

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

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

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

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

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

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

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

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