#BAB293

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

Shades of Coriander #BAB293

Tints of Coriander #BAB293

Color information

#BAB293 (or 0xBAB293) is unknown color: approx Coriander. HEX triplet: BA, B2 and 93. RGB value is (186,178,147). Sum of RGB (Red+Green+Blue) = 186+178+147=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB293 is #454D6C. Grayscale: #B0B0B0. Windows color (decimal): -4541805 or 9679546. OLE color: 9679546.

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

Color convert

RGB186178147-
CMYK00.040.210.27
HSL47.69º22.03%65.29%-
HSV(B)47.69º20.97%72.94%-
XYZ41.4444.3933.99-
YUV176.86111.15134.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 147 (57.81% from 255) = 28.77%
R=36.40%
G=34.83%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617814700.040.210.2747.6922.0365.29
HexBAB29304151B301641
Octal2722622230425336026101
Binary10111010101100101001001101001010111011110000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB293; }

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

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

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

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

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

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

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

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