Color Hex Logo

#ba585b Color Hex

#BA585B
(186,88,91)
0 Favorites   0 Comments

Color spaces of #ba585b

RGB 1868891
HSL0.990.420.54
HSV358°53°73°
CMYK 0.000.530.51   0.27
XYZ25.627818.173912.0547
Yxy18.17390.45880.3254
Hunter Lab42.630932.702413.0762
CIE-Lab49.706439.801617.2520

#ba585b color RGB value is (186,88,91).

#ba585b hex color red value is 186, green value is 88 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ba585b hue: 0.99 , saturation: 0.42 and the lightness value of ba585b is 0.54.

The process color (four color CMYK) of #ba585b color hex is 0.00, 0.53, 0.51, 0.27. Web safe color of #ba585b is #cc6666. Color #ba585b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 01011011
Octal 272 130 133
Decimal 186 88 91
Hex BA 58 5B

RGB Percentages of Color #ba585b

%50.96
%24.11
%24.93

CMYK Percentages of Color #ba585b

%0
%53
%51
%27

Triadic Colors of #ba585b

#ba585b #5bba58 #585bba

Analogous Colors of #ba585b

#ba585b #ba8658 #ba588c

Monochromatic Colors of #ba585b

#ba585b

Complementary Color

#ba585b #58bab7

#ba585b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba585b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba585b Color CSS Codes

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

#ba585b Text Font Color

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

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


#ba585b Background Color

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

This div background color is #ba585b


#ba585b Border Color

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

This div border color is #ba585b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba585b


Comments

No comments written yet.

Please login to write comment.