Color Hex Logo

#b2706f Color Hex

#B2706F
(178,112,111)
0 Favorites   0 Comments

Color spaces of #b2706f

RGB 178112111
HSL0.000.300.57
HSV38°70°
CMYK 0.000.370.38   0.30
XYZ27.023522.201017.8999
Yxy22.20100.40260.3307
Hunter Lab47.117919.918510.4585
CIE-Lab54.239626.022311.5407

#b2706f color RGB value is (178,112,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110000 01101111
Octal 262 160 157
Decimal 178 112 111
Hex B2 70 6F

RGB Percentages of Color #b2706f

%44.39
%27.93
%27.68

CMYK Percentages of Color #b2706f

%0
%37
%38
%30

Triadic Colors of #b2706f

#b2706f #6fb270 #706fb2

Analogous Colors of #b2706f

#b2706f #b2926f #b26f90

Monochromatic Colors of #b2706f

#b2706f

Complementary Color

#b2706f #6fb1b2

#b2706f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2706f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2706f Color CSS Codes

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

#b2706f Text Font Color

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

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


#b2706f Background Color

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

This div background color is #b2706f


#b2706f Border Color

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

This div border color is #b2706f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,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 #b2706f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2706f


Comments

No comments written yet.

Please login to write comment.