Html Css Color HEX #BAB396 Coriander

📋 copy color: '#BAB396'

red 186 ◦ green 179 ◦ blue 150

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

Shades of Coriander #BAB396

Tints of Coriander #BAB396

RGB

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

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

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

R = 36.12%
G = 34.76%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BAB396 (or 0xBAB396) is known color: Coriander. HEX triplet: BA, B3 and 96. RGB value is (186,179,150). Sum of RGB (Red+Green+Blue) = 186+179+150=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB396 is #454C69. Grayscale: #B1B1B1. Windows color (decimal): -4541546 or 9876410. OLE color: 9876410.

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

Color convert

RGB 186 179 150 -
CMYK 0 0.04 0.19 0.27
HSL 48.33º 0.21% 0.66% -
HSV(B) 48.33º 0.19% 0.73% -
XYZ 41.87 44.88 35.31 -
YUV 177.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 186 179 150 0 0.04 0.19 0.27 48.33 0.21 0.66
Hex BA B3 96 0 4 13 1B 30 15 42
Octal 272 263 226 0 4 23 33 60 25 102
Binary 10111010 10110011 10010110 0 100 10011 11011 110000 10101 1000010

Color Harmonies of #BAB396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB396

Black with #BAB396

Text Example


Text Example

White with #BAB396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB396; }

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

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

background-color css

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

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

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

border-color css

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

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

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