Color Hex Logo

#b36161 Color Hex

#B36161
(179,97,97)
0 Favorites   0 Comments

Color spaces of #b36161

RGB 1799797
HSL0.000.350.54
HSV46°70°
CMYK 0.000.460.46   0.30
XYZ25.022818.996213.6570
Yxy18.99620.43390.3294
Hunter Lab43.584626.207311.9311
CIE-Lab50.682833.030914.8562

#b36161 color RGB value is (179,97,97).

#b36161 hex color red value is 179, green value is 97 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #b36161 hue: 0.00 , saturation: 0.35 and the lightness value of b36161 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100001 01100001
Octal 263 141 141
Decimal 179 97 97
Hex B3 61 61

RGB Percentages of Color #b36161

%47.99
%26.01
%26.01

CMYK Percentages of Color #b36161

%0
%46
%46
%30

Triadic Colors of #b36161

#b36161 #61b361 #6161b3

Analogous Colors of #b36161

#b36161 #b38a61 #b3618a

Monochromatic Colors of #b36161

#b36161

Complementary Color

#b36161 #61b3b3

#b36161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36161 Color CSS Codes

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

#b36161 Text Font Color

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

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


#b36161 Background Color

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

This div background color is #b36161


#b36161 Border Color

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

This div border color is #b36161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36161

#b36161 Color Palettes


Comments

No comments written yet.

Please login to write comment.