#BAB989

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

Shades of Coriander #BAB989

Tints of Coriander #BAB989

Color information

#BAB989 (or 0xBAB989) is unknown color: approx Coriander. HEX triplet: BA, B9 and 89. RGB value is (186,185,137). Sum of RGB (Red+Green+Blue) = 186+185+137=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB989 is #454676. Grayscale: #B4B4B4. Windows color (decimal): -4540023 or 9025978. OLE color: 9025978.

HSL color Cylindrical-coordinate representation of color #BAB989: hue angle of 58.78º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAB989 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB186185137-
CMYK00.010.260.27
HSL58.78º26.2%63.33%-
HSV(B)58.78º26.34%72.94%-
XYZ42.1146.9430.51-
YUV179.83103.83132.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 137 (53.91% from 255) = 26.97%
R=36.61%
G=36.42%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618513700.010.260.2758.7826.263.33
HexBAB989011A1B3b1a3f
Octal272271211013233733277
Binary10111010101110011000100101110101101111101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB989; }

 p { color: rgb(186,185,137); }

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

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

 a { background-color: rgb(186,185,137); }

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

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

 span { border-color: rgb(186,185,137); }

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