Color Hex Logo

#ba846b Color Hex

#BA846B
(186,132,107)
0 Favorites   0 Comments

Color spaces of #ba846b

RGB 186132107
HSL0.050.360.57
HSV19°42°73°
CMYK 0.000.290.42   0.27
XYZ31.154828.003217.6730
Yxy28.00320.40550.3645
Hunter Lab52.918012.482917.2416
CIE-Lab59.891617.626621.7505

#ba846b color RGB value is (186,132,107).

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

The process color (four color CMYK) of #ba846b color hex is 0.00, 0.29, 0.42, 0.27. Web safe color of #ba846b is #cc9966. Color #ba846b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000100 01101011
Octal 272 204 153
Decimal 186 132 107
Hex BA 84 6B

RGB Percentages of Color #ba846b

%43.76
%31.06
%25.18

CMYK Percentages of Color #ba846b

%0
%29
%42
%27

Triadic Colors of #ba846b

#ba846b #6bba84 #846bba

Analogous Colors of #ba846b

#ba846b #baac6b #ba6b7a

Monochromatic Colors of #ba846b

#ba846b

Complementary Color

#ba846b #6ba1ba

#ba846b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba846b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba846b Color CSS Codes

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

#ba846b Text Font Color

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

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


#ba846b Background Color

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

This div background color is #ba846b


#ba846b Border Color

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

This div border color is #ba846b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,132,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 #ba846b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba846b


Comments

No comments written yet.

Please login to write comment.