Html Css Color HEX #BAB994 Coriander

📋 copy color: '#BAB994'

red 186 ◦ green 185 ◦ blue 148

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

Shades of Coriander #BAB994

Tints of Coriander #BAB994

RGB

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

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

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

R = 35.84%
G = 35.65%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BAB994 (or 0xBAB994) is known color: Coriander. HEX triplet: BA, B9 and 94. RGB value is (186,185,148). Sum of RGB (Red+Green+Blue) = 186+185+148=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB994 is #45466B. Grayscale: #B5B5B5. Windows color (decimal): -4540012 or 9746874. OLE color: 9746874.

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

Color convert

RGB 186 185 148 -
CMYK 0 0.01 0.20 0.27
HSL 58.42º 0.22% 0.65% -
HSV(B) 58.42º 0.2% 0.73% -
XYZ 42.94 47.28 34.88 -
YUV 181.08 109.33 131.51 -
System Red Green Blue C M Y K H S L
Decimal 186 185 148 0 0.01 0.20 0.27 58.42 0.22 0.65
Hex BA B9 94 0 1 14 1B 3A 16 41
Octal 272 271 224 0 1 24 33 72 26 101
Binary 10111010 10111001 10010100 0 1 10100 11011 111010 10110 1000001

Color Harmonies of #BAB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB994

Black with #BAB994

Text Example


Text Example

White with #BAB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB994; }

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

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

background-color css

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

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

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

border-color css

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

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

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