Color Hex Logo

#ba786b Color Hex

#BA786B
(186,120,107)
0 Favorites   0 Comments

Color spaces of #ba786b

RGB 186120107
HSL0.030.360.57
HSV10°42°73°
CMYK 0.000.350.42   0.27
XYZ29.620024.933617.1614
Yxy24.93360.41300.3477
Hunter Lab49.933618.500414.5764
CIE-Lab57.010724.287817.8464

#ba786b color RGB value is (186,120,107).

#ba786b hex color red value is 186, green value is 120 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ba786b hue: 0.03 , saturation: 0.36 and the lightness value of ba786b is 0.57.

The process color (four color CMYK) of #ba786b color hex is 0.00, 0.35, 0.42, 0.27. Web safe color of #ba786b is #cc6666. Color #ba786b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111000 01101011
Octal 272 170 153
Decimal 186 120 107
Hex BA 78 6B

RGB Percentages of Color #ba786b

%45.04
%29.06
%25.91

CMYK Percentages of Color #ba786b

%0
%35
%42
%27

Triadic Colors of #ba786b

#ba786b #6bba78 #786bba

Analogous Colors of #ba786b

#ba786b #baa06b #ba6b86

Monochromatic Colors of #ba786b

#ba786b

Complementary Color

#ba786b #6badba

#ba786b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba786b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba786b Color CSS Codes

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

#ba786b Text Font Color

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

This sample text font color is #ba786b
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.


#ba786b Background Color

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

This div background color is #ba786b


#ba786b Border Color

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

This div border color is #ba786b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba786b


Comments

No comments written yet.

Please login to write comment.