#BAB28E

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

Shades of Coriander #BAB28E

Tints of Coriander #BAB28E

Color information

#BAB28E (or 0xBAB28E) is unknown color: approx Coriander. HEX triplet: BA, B2 and 8E. RGB value is (186,178,142). Sum of RGB (Red+Green+Blue) = 186+178+142=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB28E is #454D71. Grayscale: #B0B0B0. Windows color (decimal): -4541810 or 9351866. OLE color: 9351866.

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

Color convert

RGB186178142-
CMYK00.040.240.27
HSL49.09º24.18%64.31%-
HSV(B)49.09º23.66%72.94%-
XYZ41.0544.2331.97-
YUV176.29108.65134.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 178 (69.92% from 255) = 35.18%
BLUE value IS 142 (55.86% from 255) = 28.06%
R=36.76%
G=35.18%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617814200.040.240.2749.0924.1864.31
HexBAB28E04181B311840
Octal2722622160430336130100
Binary10111010101100101000111001001100011011110001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB28E; }

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

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

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

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

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

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

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

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