Html Css Color HEX #BAB896 Coriander

📋 copy color: '#BAB896'

red 186 ◦ green 184 ◦ blue 150

#BAB896
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coriander #BAB896

Tints of Coriander #BAB896

RGB

 RED value IS 186 (73.05% from 255) = 35.77%

 GREEN value IS 184 (72.27% from 255) = 35.38%

 BLUE value IS 150 (58.98% from 255) = 28.85%

R = 35.77%
G = 35.38%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BAB896 (or 0xBAB896) is known color: Coriander. HEX triplet: BA, B8 and 96. RGB value is (186,184,150). Sum of RGB (Red+Green+Blue) = 186+184+150=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB896 is #454769. Grayscale: #B4B4B4. Windows color (decimal): -4540266 or 9877690. OLE color: 9877690.

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

Color convert

RGB 186 184 150 -
CMYK 0 0.01 0.19 0.27
HSL 56.67º 0.21% 0.66% -
HSV(B) 56.67º 0.19% 0.73% -
XYZ 42.9 46.92 35.65 -
YUV 180.72 110.66 131.76 -
System Red Green Blue C M Y K H S L
Decimal 186 184 150 0 0.01 0.19 0.27 56.67 0.21 0.66
Hex BA B8 96 0 1 13 1B 39 15 42
Octal 272 270 226 0 1 23 33 71 25 102
Binary 10111010 10111000 10010110 0 1 10011 11011 111001 10101 1000010

Color Harmonies of #BAB896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB896

Black with #BAB896

Text Example


Text Example

White with #BAB896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB896; }

 p { color: rgb(186,184,150); }

 H1.HeaderClassName
 {
   color: #BAB896;
 }
 .AnyTagClassName
 {
   color: #BAB896;
 }
</style>

background-color css

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

 a { background-color: rgb(186,184,150); }

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

border-color css

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

 span { border-color: rgb(186,184,150); }

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