#BAB685

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

Shades of Coriander #BAB685

Tints of Coriander #BAB685

Color information

#BAB685 (or 0xBAB685) is unknown color: approx Coriander. HEX triplet: BA, B6 and 85. RGB value is (186,182,133). Sum of RGB (Red+Green+Blue) = 186+182+133=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB685 is #45497A. Grayscale: #B1B1B1. Windows color (decimal): -4540795 or 8763066. OLE color: 8763066.

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

Color convert

RGB186182133-
CMYK00.020.280.27
HSL55.47º27.75%62.55%-
HSV(B)55.47º28.49%72.94%-
XYZ41.2145.5928.82-
YUV177.61102.83133.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 182 (71.48% from 255) = 36.33%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=37.13%
G=36.33%
B=26.55%

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
Decimal18618213300.020.280.2755.4727.7562.55
HexBAB685021C1B371c3f
Octal272266205023433673477
Binary101110101011011010000101010111001101111011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB685; }

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

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

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

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

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

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

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

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