#BAB289

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

Shades of Coriander #BAB289

Tints of Coriander #BAB289

Color information

#BAB289 (or 0xBAB289) is unknown color: approx Coriander. HEX triplet: BA, B2 and 89. RGB value is (186,178,137). Sum of RGB (Red+Green+Blue) = 186+178+137=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB289 is #454D76. Grayscale: #AFAFAF. Windows color (decimal): -4541815 or 9024186. OLE color: 9024186.

HSL color Cylindrical-coordinate representation of color #BAB289: hue angle of 50.2º 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 #BAB289 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB186178137-
CMYK00.040.260.27
HSL50.2º26.2%63.33%-
HSV(B)50.2º26.34%72.94%-
XYZ40.6944.0930.03-
YUV175.72106.15135.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 137 (53.91% from 255) = 27.35%
R=37.13%
G=35.53%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617813700.040.260.2750.226.263.33
HexBAB289041A1B321a3f
Octal272262211043233623277
Binary1011101010110010100010010100110101101111001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB289; }

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

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

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

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

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

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

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

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