Color Hex Logo

#b36771 Color Hex

#B36771
(179,103,113)
0 Favorites   0 Comments

Color spaces of #b36771

RGB 179103113
HSL0.980.330.55
HSV352°42°70°
CMYK 0.000.420.37   0.30
XYZ26.421320.476518.1826
Yxy20.47650.40600.3146
Hunter Lab45.251025.03407.8520
CIE-Lab52.371731.61297.7465

#b36771 color RGB value is (179,103,113).

#b36771 hex color red value is 179, green value is 103 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #b36771 hue: 0.98 , saturation: 0.33 and the lightness value of b36771 is 0.55.

The process color (four color CMYK) of #b36771 color hex is 0.00, 0.42, 0.37, 0.30. Web safe color of #b36771 is #cc6666. Color #b36771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100111 01110001
Octal 263 147 161
Decimal 179 103 113
Hex B3 67 71

RGB Percentages of Color #b36771

%45.32
%26.08
%28.61

CMYK Percentages of Color #b36771

%0
%42
%37
%30

Triadic Colors of #b36771

#b36771 #71b367 #6771b3

Analogous Colors of #b36771

#b36771 #b38367 #b36797

Monochromatic Colors of #b36771

#b36771

Complementary Color

#b36771 #67b3a9

#b36771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36771 Color CSS Codes

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

#b36771 Text Font Color

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

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


#b36771 Background Color

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

This div background color is #b36771


#b36771 Border Color

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

This div border color is #b36771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36771


Comments

No comments written yet.

Please login to write comment.