Color Hex Logo

#b56654 Color Hex

#B56654
(181,102,84)
0 Favorites   0 Comments

Color spaces of #b56654

RGB 18110284
HSL0.030.400.52
HSV11°54°71°
CMYK 0.000.440.54   0.29
XYZ25.407719.966610.9023
Yxy19.96660.45150.3548
Hunter Lab44.684023.299616.8128
CIE-Lab51.799429.852424.0240

#b56654 color RGB value is (181,102,84).

#b56654 hex color red value is 181, green value is 102 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #b56654 hue: 0.03 , saturation: 0.40 and the lightness value of b56654 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100110 01010100
Octal 265 146 124
Decimal 181 102 84
Hex B5 66 54

RGB Percentages of Color #b56654

%49.32
%27.79
%22.89

CMYK Percentages of Color #b56654

%0
%44
%54
%29

Triadic Colors of #b56654

#b56654 #54b566 #6654b5

Analogous Colors of #b56654

#b56654 #b59754 #b55473

Monochromatic Colors of #b56654

#b56654

Complementary Color

#b56654 #54a3b5

#b56654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56654 Color CSS Codes

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

#b56654 Text Font Color

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

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


#b56654 Background Color

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

This div background color is #b56654


#b56654 Border Color

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

This div border color is #b56654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56654


Comments

No comments written yet.

Please login to write comment.