Html Css Color HEX #BAB391 Coriander

📋 copy color: '#BAB391'

red 186 ◦ green 179 ◦ blue 145

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

Shades of Coriander #BAB391

Tints of Coriander #BAB391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.43%

R = 36.47%
G = 35.1%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BAB391 (or 0xBAB391) is known color: Coriander. HEX triplet: BA, B3 and 91. RGB value is (186,179,145). Sum of RGB (Red+Green+Blue) = 186+179+145=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB391 is #454C6E. Grayscale: #B1B1B1. Windows color (decimal): -4541551 or 9548730. OLE color: 9548730.

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

Color convert

RGB 186 179 145 -
CMYK 0 0.04 0.22 0.27
HSL 49.76º 0.23% 0.65% -
HSV(B) 49.76º 0.22% 0.73% -
XYZ 41.48 44.72 33.23 -
YUV 177.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 186 179 145 0 0.04 0.22 0.27 49.76 0.23 0.65
Hex BA B3 91 0 4 16 1B 32 17 41
Octal 272 263 221 0 4 26 33 62 27 101
Binary 10111010 10110011 10010001 0 100 10110 11011 110010 10111 1000001

Color Harmonies of #BAB391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB391

Black with #BAB391

Text Example


Text Example

White with #BAB391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB391; }

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

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

background-color css

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

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

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

border-color css

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

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

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