#BAB291

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

Shades of Coriander #BAB291

Tints of Coriander #BAB291

Color information

#BAB291 (or 0xBAB291) is unknown color: approx Coriander. HEX triplet: BA, B2 and 91. RGB value is (186,178,145). Sum of RGB (Red+Green+Blue) = 186+178+145=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB291 is #454D6E. Grayscale: #B0B0B0. Windows color (decimal): -4541807 or 9548474. OLE color: 9548474.

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

Color convert

RGB186178145-
CMYK00.040.220.27
HSL48.29º22.91%64.9%-
HSV(B)48.29º22.04%72.94%-
XYZ41.2844.3233.17-
YUV176.63110.15134.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 178 (69.92% from 255) = 34.97%
BLUE value IS 145 (57.03% from 255) = 28.49%
R=36.54%
G=34.97%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617814500.040.220.2748.2922.9164.9
HexBAB29104161B301741
Octal2722622210426336027101
Binary10111010101100101001000101001011011011110000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB291; }

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

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

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

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

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

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

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

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