#BAB586

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

Shades of Coriander #BAB586

Tints of Coriander #BAB586

Color information

#BAB586 (or 0xBAB586) is unknown color: approx Coriander. HEX triplet: BA, B5 and 86. RGB value is (186,181,134). Sum of RGB (Red+Green+Blue) = 186+181+134=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB586 is #454A79. Grayscale: #B1B1B1. Windows color (decimal): -4541050 or 8828346. OLE color: 8828346.

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

Color convert

RGB186181134-
CMYK00.030.280.27
HSL54.23º27.37%62.75%-
HSV(B)54.23º27.96%72.94%-
XYZ41.0845.2129.12-
YUV177.14103.66134.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 134 (52.73% from 255) = 26.75%
R=37.13%
G=36.13%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618113400.030.280.2754.2327.3762.75
HexBAB586031C1B361b3f
Octal272265206033433663377
Binary101110101011010110000110011111001101111011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB586; }

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

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

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

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

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

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

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

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