Color Hex Logo

#b3706f Color Hex

#B3706F
(179,112,111)
0 Favorites   0 Comments

Color spaces of #b3706f

RGB 179112111
HSL0.000.310.57
HSV38°70°
CMYK 0.000.370.38   0.30
XYZ27.253822.319717.9106
Yxy22.31970.40390.3307
Hunter Lab47.243720.295910.5931
CIE-Lab54.364626.415011.7344

#b3706f color RGB value is (179,112,111).

#b3706f hex color red value is 179, green value is 112 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b3706f hue: 0.00 , saturation: 0.31 and the lightness value of b3706f is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110000 01101111
Octal 263 160 157
Decimal 179 112 111
Hex B3 70 6F

RGB Percentages of Color #b3706f

%44.53
%27.86
%27.61

CMYK Percentages of Color #b3706f

%0
%37
%38
%30

Triadic Colors of #b3706f

#b3706f #6fb370 #706fb3

Analogous Colors of #b3706f

#b3706f #b3926f #b36f90

Monochromatic Colors of #b3706f

#b3706f

Complementary Color

#b3706f #6fb2b3

#b3706f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3706f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3706f Color CSS Codes

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

#b3706f Text Font Color

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

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


#b3706f Background Color

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

This div background color is #b3706f


#b3706f Border Color

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

This div border color is #b3706f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3706f


Comments

No comments written yet.

Please login to write comment.