#BAB68F

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

Shades of Coriander #BAB68F

Tints of Coriander #BAB68F

Color information

#BAB68F (or 0xBAB68F) is unknown color: approx Coriander. HEX triplet: BA, B6 and 8F. RGB value is (186,182,143). Sum of RGB (Red+Green+Blue) = 186+182+143=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB68F is #454970. Grayscale: #B2B2B2. Windows color (decimal): -4540785 or 9418426. OLE color: 9418426.

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

Color convert

RGB186182143-
CMYK00.020.230.27
HSL54.42º23.76%64.51%-
HSV(B)54.42º23.12%72.94%-
XYZ41.9445.8832.63-
YUV178.75107.83133.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 143 (56.25% from 255) = 27.98%
R=36.40%
G=35.62%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618214300.020.230.2754.4223.7664.51
HexBAB68F02171B361841
Octal2722662170227336630101
Binary1011101010110110100011110101011111011110110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB68F; }

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

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

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

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

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

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

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

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