Html Css Color HEX #BAB495 Coriander

📋 copy color: '#BAB495'

red 186 ◦ green 180 ◦ blue 149

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

Shades of Coriander #BAB495

Tints of Coriander #BAB495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.93%

R = 36.12%
G = 34.95%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BAB495 (or 0xBAB495) is known color: Coriander. HEX triplet: BA, B4 and 95. RGB value is (186,180,149). Sum of RGB (Red+Green+Blue) = 186+180+149=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB495 is #454B6A. Grayscale: #B2B2B2. Windows color (decimal): -4541291 or 9811130. OLE color: 9811130.

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

Color convert

RGB 186 180 149 -
CMYK 0 0.03 0.20 0.27
HSL 50.27º 0.21% 0.66% -
HSV(B) 50.27º 0.2% 0.73% -
XYZ 42 45.25 34.95 -
YUV 178.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 186 180 149 0 0.03 0.20 0.27 50.27 0.21 0.66
Hex BA B4 95 0 3 14 1B 32 15 42
Octal 272 264 225 0 3 24 33 62 25 102
Binary 10111010 10110100 10010101 0 11 10100 11011 110010 10101 1000010

Color Harmonies of #BAB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB495

Black with #BAB495

Text Example


Text Example

White with #BAB495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB495; }

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

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

background-color css

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

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

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

border-color css

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

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

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