#BAB684

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

Shades of Coriander #BAB684

Tints of Coriander #BAB684

Color information

#BAB684 (or 0xBAB684) is unknown color: approx Coriander. HEX triplet: BA, B6 and 84. RGB value is (186,182,132). Sum of RGB (Red+Green+Blue) = 186+182+132=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB684 is #45497B. Grayscale: #B1B1B1. Windows color (decimal): -4540796 or 8697530. OLE color: 8697530.

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

Color convert

RGB186182132-
CMYK00.020.290.27
HSL55.56º28.13%62.35%-
HSV(B)55.56º29.03%72.94%-
XYZ41.1445.5628.46-
YUV177.5102.33134.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=37.2%
G=36.4%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618213200.020.290.2755.5628.1362.35
HexBAB684021D1B381c3e
Octal272266204023533703476
Binary101110101011011010000100010111011101111100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB684; }

 p { color: rgb(186,182,132); }

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

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

 a { background-color: rgb(186,182,132); }

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

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

 span { border-color: rgb(186,182,132); }

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