Html Css Color HEX #BAB696 Coriander

📋 copy color: '#BAB696'

red 186 ◦ green 182 ◦ blue 150

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

Shades of Coriander #BAB696

Tints of Coriander #BAB696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.14%

 BLUE value IS 150 (58.98% from 255) = 28.96%

R = 35.91%
G = 35.14%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BAB696 (or 0xBAB696) is known color: Coriander. HEX triplet: BA, B6 and 96. RGB value is (186,182,150). Sum of RGB (Red+Green+Blue) = 186+182+150=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB696 is #454969. Grayscale: #B3B3B3. Windows color (decimal): -4540778 or 9877178. OLE color: 9877178.

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

Color convert

RGB 186 182 150 -
CMYK 0 0.02 0.19 0.27
HSL 53.33º 0.21% 0.66% -
HSV(B) 53.33º 0.19% 0.73% -
XYZ 42.48 46.1 35.51 -
YUV 179.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 186 182 150 0 0.02 0.19 0.27 53.33 0.21 0.66
Hex BA B6 96 0 2 13 1B 35 15 42
Octal 272 266 226 0 2 23 33 65 25 102
Binary 10111010 10110110 10010110 0 10 10011 11011 110101 10101 1000010

Color Harmonies of #BAB696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB696

Black with #BAB696

Text Example


Text Example

White with #BAB696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB696; }

 p { color: rgb(186,182,150); }

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

background-color css

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

 a { background-color: rgb(186,182,150); }

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

border-color css

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

 span { border-color: rgb(186,182,150); }

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