Color Hex Logo

#b56366 Color Hex

#B56366
(181,99,102)
0 Favorites   0 Comments

Color spaces of #b56366

RGB 18199102
HSL0.990.360.55
HSV358°45°71°
CMYK 0.000.450.44   0.29
XYZ25.916219.706715.0082
Yxy19.70670.42740.3250
Hunter Lab44.392226.522011.0297
CIE-Lab51.504033.260513.0737

#b56366 color RGB value is (181,99,102).

#b56366 hex color red value is 181, green value is 99 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #b56366 hue: 0.99 , saturation: 0.36 and the lightness value of b56366 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100011 01100110
Octal 265 143 146
Decimal 181 99 102
Hex B5 63 66

RGB Percentages of Color #b56366

%47.38
%25.92
%26.70

CMYK Percentages of Color #b56366

%0
%45
%44
%29

Triadic Colors of #b56366

#b56366 #66b563 #6366b5

Analogous Colors of #b56366

#b56366 #b58963 #b5638f

Monochromatic Colors of #b56366

#b56366

Complementary Color

#b56366 #63b5b2

#b56366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56366 Color CSS Codes

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

#b56366 Text Font Color

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

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


#b56366 Background Color

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

This div background color is #b56366


#b56366 Border Color

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

This div border color is #b56366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56366


Comments

No comments written yet.

Please login to write comment.