Html Css Color HEX #BAB394 Coriander

📋 copy color: '#BAB394'

red 186 ◦ green 179 ◦ blue 148

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

Shades of Coriander #BAB394

Tints of Coriander #BAB394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.85%

R = 36.26%
G = 34.89%
B = 28.85%

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

#BAB394 (or 0xBAB394) is known color: Coriander. HEX triplet: BA, B3 and 94. RGB value is (186,179,148). Sum of RGB (Red+Green+Blue) = 186+179+148=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB394 is #454C6B. Grayscale: #B1B1B1. Windows color (decimal): -4541548 or 9745338. OLE color: 9745338.

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

Color convert

RGB 186 179 148 -
CMYK 0 0.04 0.20 0.27
HSL 48.95º 0.22% 0.65% -
HSV(B) 48.95º 0.2% 0.73% -
XYZ 41.72 44.82 34.47 -
YUV 177.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 186 179 148 0 0.04 0.20 0.27 48.95 0.22 0.65
Hex BA B3 94 0 4 14 1B 31 16 41
Octal 272 263 224 0 4 24 33 61 26 101
Binary 10111010 10110011 10010100 0 100 10100 11011 110001 10110 1000001

Color Harmonies of #BAB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB394

Black with #BAB394

Text Example


Text Example

White with #BAB394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB394; }

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

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

background-color css

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

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

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

border-color css

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

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

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