Html Css Color HEX #BAB993 Coriander

📋 copy color: '#BAB993'

red 186 ◦ green 185 ◦ blue 147

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

Shades of Coriander #BAB993

Tints of Coriander #BAB993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.38%

R = 35.91%
G = 35.71%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BAB993 (or 0xBAB993) is known color: Coriander. HEX triplet: BA, B9 and 93. RGB value is (186,185,147). Sum of RGB (Red+Green+Blue) = 186+185+147=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB993 is #45466C. Grayscale: #B5B5B5. Windows color (decimal): -4540013 or 9681338. OLE color: 9681338.

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

Color convert

RGB 186 185 147 -
CMYK 0 0.01 0.21 0.27
HSL 58.46º 0.22% 0.65% -
HSV(B) 58.46º 0.21% 0.73% -
XYZ 42.87 47.24 34.46 -
YUV 180.97 108.83 131.59 -
System Red Green Blue C M Y K H S L
Decimal 186 185 147 0 0.01 0.21 0.27 58.46 0.22 0.65
Hex BA B9 93 0 1 15 1B 3A 16 41
Octal 272 271 223 0 1 25 33 72 26 101
Binary 10111010 10111001 10010011 0 1 10101 11011 111010 10110 1000001

Color Harmonies of #BAB993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB993

Black with #BAB993

Text Example


Text Example

White with #BAB993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB993; }

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

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

background-color css

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

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

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

border-color css

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

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

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