#BAB290

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

Shades of Coriander #BAB290

Tints of Coriander #BAB290

Color information

#BAB290 (or 0xBAB290) is unknown color: approx Coriander. HEX triplet: BA, B2 and 90. RGB value is (186,178,144). Sum of RGB (Red+Green+Blue) = 186+178+144=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB290 is #454D6F. Grayscale: #B0B0B0. Windows color (decimal): -4541808 or 9482938. OLE color: 9482938.

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

Color convert

RGB186178144-
CMYK00.040.230.27
HSL48.57º23.33%64.71%-
HSV(B)48.57º22.58%72.94%-
XYZ41.244.2932.76-
YUV176.52109.65134.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 178 (69.92% from 255) = 35.04%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=36.61%
G=35.04%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617814400.040.230.2748.5723.3364.71
HexBAB29004171B311741
Octal2722622200427336127101
Binary10111010101100101001000001001011111011110001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB290; }

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

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

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

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

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

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

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

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