#BAB694

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

Shades of Coriander #BAB694

Tints of Coriander #BAB694

Color information

#BAB694 (or 0xBAB694) is unknown color: approx Coriander. HEX triplet: BA, B6 and 94. RGB value is (186,182,148). Sum of RGB (Red+Green+Blue) = 186+182+148=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB694 is #45496B. Grayscale: #B3B3B3. Windows color (decimal): -4540780 or 9746106. OLE color: 9746106.

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

Color convert

RGB186182148-
CMYK00.020.200.27
HSL53.68º21.59%65.49%-
HSV(B)53.68º20.43%72.94%-
XYZ42.3246.0334.67-
YUV179.32110.33132.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 182 (71.48% from 255) = 35.27%
BLUE value IS 148 (58.20% from 255) = 28.68%
R=36.05%
G=35.27%
B=28.68%

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
Decimal18618214800.020.200.2753.6821.5965.49
HexBAB69402141B361641
Octal2722662240224336626101
Binary1011101010110110100101000101010011011110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB694; }

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

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

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

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

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

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

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

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