Html Css Color HEX #BAB395 Coriander

📋 copy color: '#BAB395'

red 186 ◦ green 179 ◦ blue 149

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

Shades of Coriander #BAB395

Tints of Coriander #BAB395

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.82%

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

R = 36.19%
G = 34.82%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BAB395 (or 0xBAB395) is known color: Coriander. HEX triplet: BA, B3 and 95. RGB value is (186,179,149). Sum of RGB (Red+Green+Blue) = 186+179+149=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB395 is #454C6A. Grayscale: #B1B1B1. Windows color (decimal): -4541547 or 9810874. OLE color: 9810874.

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

Color convert

RGB 186 179 149 -
CMYK 0 0.04 0.20 0.27
HSL 48.65º 0.21% 0.66% -
HSV(B) 48.65º 0.2% 0.73% -
XYZ 41.79 44.85 34.89 -
YUV 177.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 186 179 149 0 0.04 0.20 0.27 48.65 0.21 0.66
Hex BA B3 95 0 4 14 1B 31 15 42
Octal 272 263 225 0 4 24 33 61 25 102
Binary 10111010 10110011 10010101 0 100 10100 11011 110001 10101 1000010

Color Harmonies of #BAB395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB395

Black with #BAB395

Text Example


Text Example

White with #BAB395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB395; }

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

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

background-color css

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

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

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

border-color css

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

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

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