Color Hex Logo

#b36656 Color Hex

#B36656
(179,102,86)
0 Favorites   0 Comments

Color spaces of #b36656

RGB 17910286
HSL0.030.380.52
HSV10°52°70°
CMYK 0.000.430.52   0.30
XYZ25.021519.758311.2991
Yxy19.75830.44620.3523
Hunter Lab44.450322.691316.0439
CIE-Lab51.562829.231922.5028

#b36656 color RGB value is (179,102,86).

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

The process color (four color CMYK) of #b36656 color hex is 0.00, 0.43, 0.52, 0.30. Web safe color of #b36656 is #cc6666. Color #b36656 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100110 01010110
Octal 263 146 126
Decimal 179 102 86
Hex B3 66 56

RGB Percentages of Color #b36656

%48.77
%27.79
%23.43

CMYK Percentages of Color #b36656

%0
%43
%52
%30

Triadic Colors of #b36656

#b36656 #56b366 #6656b3

Analogous Colors of #b36656

#b36656 #b39556 #b35675

Monochromatic Colors of #b36656

#b36656

Complementary Color

#b36656 #56a3b3

#b36656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36656 Color CSS Codes

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

#b36656 Text Font Color

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

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


#b36656 Background Color

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

This div background color is #b36656


#b36656 Border Color

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

This div border color is #b36656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36656


Comments

No comments written yet.

Please login to write comment.