Html Css Color HEX #BAB895 Coriander

📋 copy color: '#BAB895'

red 186 ◦ green 184 ◦ blue 149

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

Shades of Coriander #BAB895

Tints of Coriander #BAB895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.71%

R = 35.84%
G = 35.45%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BAB895 (or 0xBAB895) is known color: Coriander. HEX triplet: BA, B8 and 95. RGB value is (186,184,149). Sum of RGB (Red+Green+Blue) = 186+184+149=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB895 is #45476A. Grayscale: #B4B4B4. Windows color (decimal): -4540267 or 9812154. OLE color: 9812154.

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

Color convert

RGB 186 184 149 -
CMYK 0 0.01 0.20 0.27
HSL 56.76º 0.21% 0.66% -
HSV(B) 56.76º 0.2% 0.73% -
XYZ 42.82 46.89 35.23 -
YUV 180.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 186 184 149 0 0.01 0.20 0.27 56.76 0.21 0.66
Hex BA B8 95 0 1 14 1B 39 15 42
Octal 272 270 225 0 1 24 33 71 25 102
Binary 10111010 10111000 10010101 0 1 10100 11011 111001 10101 1000010

Color Harmonies of #BAB895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB895

Black with #BAB895

Text Example


Text Example

White with #BAB895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB895; }

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

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

background-color css

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

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

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

border-color css

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

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

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