#BAB28D

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

Shades of Coriander #BAB28D

Tints of Coriander #BAB28D

Color information

#BAB28D (or 0xBAB28D) is unknown color: approx Coriander. HEX triplet: BA, B2 and 8D. RGB value is (186,178,141). Sum of RGB (Red+Green+Blue) = 186+178+141=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB28D is #454D72. Grayscale: #B0B0B0. Windows color (decimal): -4541811 or 9286330. OLE color: 9286330.

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

Color convert

RGB186178141-
CMYK00.040.240.27
HSL49.33º24.59%64.12%-
HSV(B)49.33º24.19%72.94%-
XYZ40.9844.231.57-
YUV176.17108.15135.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 178 (69.92% from 255) = 35.25%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=36.83%
G=35.25%
B=27.92%

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
Decimal18617814100.040.240.2749.3324.5964.12
HexBAB28D04181B311940
Octal2722622150430336131100
Binary10111010101100101000110101001100011011110001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB28D; }

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

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

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

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

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

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

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

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