Color Hex Logo

#ba655b Color Hex

#BA655B
(186,101,91)
0 Favorites   0 Comments

Color spaces of #ba655b

RGB 18610191
HSL0.020.410.54
HSV51°73°
CMYK 0.000.460.51   0.27
XYZ26.791720.501812.4427
Yxy20.50180.44850.3432
Hunter Lab45.278926.381015.4023
CIE-Lab52.399933.009420.8765

#ba655b color RGB value is (186,101,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100101 01011011
Octal 272 145 133
Decimal 186 101 91
Hex BA 65 5B

RGB Percentages of Color #ba655b

%49.21
%26.72
%24.07

CMYK Percentages of Color #ba655b

%0
%46
%51
%27

Triadic Colors of #ba655b

#ba655b #5bba65 #655bba

Analogous Colors of #ba655b

#ba655b #ba955b #ba5b81

Monochromatic Colors of #ba655b

#ba655b

Complementary Color

#ba655b #5bb0ba

#ba655b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba655b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba655b Color CSS Codes

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

#ba655b Text Font Color

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

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


#ba655b Background Color

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

This div background color is #ba655b


#ba655b Border Color

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

This div border color is #ba655b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba655b


Comments

No comments written yet.

Please login to write comment.