Color Hex Logo

#b5655a Color Hex

#B5655A
(181,101,90)
0 Favorites   0 Comments

Color spaces of #b5655a

RGB 18110190
HSL0.020.380.53
HSV50°71°
CMYK 0.000.440.50   0.29
XYZ25.555219.869312.1611
Yxy19.86930.44380.3450
Hunter Lab44.575024.329215.0268
CIE-Lab51.689130.949920.3888

#b5655a color RGB value is (181,101,90).

#b5655a hex color red value is 181, green value is 101 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b5655a hue: 0.02 , saturation: 0.38 and the lightness value of b5655a is 0.53.

The process color (four color CMYK) of #b5655a color hex is 0.00, 0.44, 0.50, 0.29. Web safe color of #b5655a is #cc6666. Color #b5655a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100101 01011010
Octal 265 145 132
Decimal 181 101 90
Hex B5 65 5A

RGB Percentages of Color #b5655a

%48.66
%27.15
%24.19

CMYK Percentages of Color #b5655a

%0
%44
%50
%29

Triadic Colors of #b5655a

#b5655a #5ab565 #655ab5

Analogous Colors of #b5655a

#b5655a #b5935a #b55a7d

Monochromatic Colors of #b5655a

#b5655a

Complementary Color

#b5655a #5aaab5

#b5655a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5655a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5655a Color CSS Codes

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

#b5655a Text Font Color

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

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


#b5655a Background Color

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

This div background color is #b5655a


#b5655a Border Color

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

This div border color is #b5655a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5655a


Comments

No comments written yet.

Please login to write comment.