Color Hex Logo

#ba656d Color Hex

#BA656D
(186,101,109)
0 Favorites   0 Comments

Color spaces of #ba656d

RGB 186101109
HSL0.980.380.56
HSV354°46°73°
CMYK 0.000.460.41   0.27
XYZ27.663720.850617.0345
Yxy20.85060.42200.3181
Hunter Lab45.662528.23149.8454
CIE-Lab52.785634.865710.8287

#ba656d color RGB value is (186,101,109).

#ba656d hex color red value is 186, green value is 101 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ba656d hue: 0.98 , saturation: 0.38 and the lightness value of ba656d is 0.56.

The process color (four color CMYK) of #ba656d color hex is 0.00, 0.46, 0.41, 0.27. Web safe color of #ba656d is #cc6666. Color #ba656d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100101 01101101
Octal 272 145 155
Decimal 186 101 109
Hex BA 65 6D

RGB Percentages of Color #ba656d

%46.97
%25.51
%27.53

CMYK Percentages of Color #ba656d

%0
%46
%41
%27

Triadic Colors of #ba656d

#ba656d #6dba65 #656dba

Analogous Colors of #ba656d

#ba656d #ba8865 #ba6598

Monochromatic Colors of #ba656d

#ba656d

Complementary Color

#ba656d #65bab2

#ba656d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba656d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba656d Color CSS Codes

.mybgcolor {background-color:#ba656d; } 
.myforecolor {color:#ba656d; }
.mybordercolor {border:3px solid #ba656d; }

#ba656d Text Font Color

<p style="color:#ba656d">Text here</p>

This sample text font color is #ba656d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ba656d Background Color

<div style="background-color:#ba656d">
Div content here</div>

This div background color is #ba656d


#ba656d Border Color

<div style="border:3px solid #ba656d">
Div here</div>

This div border color is #ba656d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,101,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ba656d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ba656d;
  -webkit-box-shadow: 1px 1px 3px 2px #ba656d;
  box-shadow:         1px 1px 3px 2px #ba656d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,101,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ba656d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ba656d;
  -webkit-box-shadow: 1px 1px 3px 2px #ba656d;
  box-shadow:         1px 1px 3px 2px #ba656d;">
Div content here</div>

This div box has shadow with color #ba656d


Comments

No comments written yet.

Please login to write comment.