Html Css Color HEX #BAB991 Coriander

📋 copy color: '#BAB991'

red 186 ◦ green 185 ◦ blue 145

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

Shades of Coriander #BAB991

Tints of Coriander #BAB991

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.85%

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

R = 36.05%
G = 35.85%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BAB991 (or 0xBAB991) is known color: Coriander. HEX triplet: BA, B9 and 91. RGB value is (186,185,145). Sum of RGB (Red+Green+Blue) = 186+185+145=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB991 is #45466E. Grayscale: #B4B4B4. Windows color (decimal): -4540015 or 9550266. OLE color: 9550266.

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

Color convert

RGB 186 185 145 -
CMYK 0 0.01 0.22 0.27
HSL 58.54º 0.23% 0.65% -
HSV(B) 58.54º 0.22% 0.73% -
XYZ 42.71 47.18 33.64 -
YUV 180.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 186 185 145 0 0.01 0.22 0.27 58.54 0.23 0.65
Hex BA B9 91 0 1 16 1B 3B 17 41
Octal 272 271 221 0 1 26 33 73 27 101
Binary 10111010 10111001 10010001 0 1 10110 11011 111011 10111 1000001

Color Harmonies of #BAB991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB991

Black with #BAB991

Text Example


Text Example

White with #BAB991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB991; }

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

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

background-color css

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

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

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

border-color css

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

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

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