Html Css Color HEX #BAB497 Coriander

📋 copy color: '#BAB497'

red 186 ◦ green 180 ◦ blue 151

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

Shades of Coriander #BAB497

Tints of Coriander #BAB497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.82%

 BLUE value IS 151 (59.38% from 255) = 29.21%

R = 35.98%
G = 34.82%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BAB497 (or 0xBAB497) is known color: Coriander. HEX triplet: BA, B4 and 97. RGB value is (186,180,151). Sum of RGB (Red+Green+Blue) = 186+180+151=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB497 is #454B68. Grayscale: #B2B2B2. Windows color (decimal): -4541289 or 9942202. OLE color: 9942202.

HSL color Cylindrical-coordinate representation of color #BAB497: hue angle of 49.71º degrees, saturation: 0.2, 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 #BAB497 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 151 -
CMYK 0 0.03 0.19 0.27
HSL 49.71º 0.2% 0.66% -
HSV(B) 49.71º 0.19% 0.73% -
XYZ 42.16 45.32 35.8 -
YUV 178.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 186 180 151 0 0.03 0.19 0.27 49.71 0.2 0.66
Hex BA B4 97 0 3 13 1B 32 14 42
Octal 272 264 227 0 3 23 33 62 24 102
Binary 10111010 10110100 10010111 0 11 10011 11011 110010 10100 1000010

Color Harmonies of #BAB497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB497

Black with #BAB497

Text Example


Text Example

White with #BAB497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB497; }

 p { color: rgb(186,180,151); }

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

background-color css

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

 a { background-color: rgb(186,180,151); }

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

border-color css

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

 span { border-color: rgb(186,180,151); }

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