#BAB786

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

Shades of Coriander #BAB786

Tints of Coriander #BAB786

Color information

#BAB786 (or 0xBAB786) is unknown color: approx Coriander. HEX triplet: BA, B7 and 86. RGB value is (186,183,134). Sum of RGB (Red+Green+Blue) = 186+183+134=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB786 is #454879. Grayscale: #B2B2B2. Windows color (decimal): -4540538 or 8828858. OLE color: 8828858.

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

Color convert

RGB186183134-
CMYK00.020.280.27
HSL56.54º27.37%62.75%-
HSV(B)56.54º27.96%72.94%-
XYZ41.4946.0329.25-
YUV178.31102.99133.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=36.98%
G=36.38%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618313400.020.280.2756.5427.3762.75
HexBAB786021C1B391b3f
Octal272267206023433713377
Binary101110101011011110000110010111001101111100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB786; }

 p { color: rgb(186,183,134); }

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

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

 a { background-color: rgb(186,183,134); }

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

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

 span { border-color: rgb(186,183,134); }

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