Color Hex Logo

#b36374 Color Hex

#B36374
(179,99,116)
0 Favorites   0 Comments

Color spaces of #b36374

RGB 17999116
HSL0.960.340.55
HSV347°45°70°
CMYK 0.000.450.35   0.30
XYZ26.204619.768318.9575
Yxy19.76830.40360.3045
Hunter Lab44.461627.39605.8430
CIE-Lab51.574234.15594.8286

#b36374 color RGB value is (179,99,116).

#b36374 hex color red value is 179, green value is 99 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b36374 hue: 0.96 , saturation: 0.34 and the lightness value of b36374 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100011 01110100
Octal 263 143 164
Decimal 179 99 116
Hex B3 63 74

RGB Percentages of Color #b36374

%45.43
%25.13
%29.44

CMYK Percentages of Color #b36374

%0
%45
%35
%30

Triadic Colors of #b36374

#b36374 #74b363 #6374b3

Analogous Colors of #b36374

#b36374 #b37a63 #b3639c

Monochromatic Colors of #b36374

#b36374

Complementary Color

#b36374 #63b3a2

#b36374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b36374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b36374 Color CSS Codes

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

#b36374 Text Font Color

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

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


#b36374 Background Color

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

This div background color is #b36374


#b36374 Border Color

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

This div border color is #b36374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b36374


Comments

No comments written yet.

Please login to write comment.