#BAB287

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

Shades of Coriander #BAB287

Tints of Coriander #BAB287

Color information

#BAB287 (or 0xBAB287) is unknown color: approx Coriander. HEX triplet: BA, B2 and 87. RGB value is (186,178,135). Sum of RGB (Red+Green+Blue) = 186+178+135=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB287 is #454D78. Grayscale: #AFAFAF. Windows color (decimal): -4541817 or 8893114. OLE color: 8893114.

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

Color convert

RGB186178135-
CMYK00.040.270.27
HSL50.59º26.98%62.94%-
HSV(B)50.59º27.42%72.94%-
XYZ40.5444.0329.28-
YUV175.49105.15135.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 178 (69.92% from 255) = 35.67%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=37.27%
G=35.67%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617813500.040.270.2750.5926.9862.94
HexBAB287041B1B331b3f
Octal272262207043333633377
Binary1011101010110010100001110100110111101111001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB287; }

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

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

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

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

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

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

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

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