Color Hex Logo

#b2706d Color Hex

#B2706D
(178,112,109)
0 Favorites   0 Comments

Color spaces of #b2706d

RGB 178112109
HSL0.010.310.56
HSV39°70°
CMYK 0.000.370.39   0.30
XYZ26.914622.157417.3263
Yxy22.15740.40540.3337
Hunter Lab47.071619.687211.1265
CIE-Lab54.193625.778312.6444

#b2706d color RGB value is (178,112,109).

#b2706d hex color red value is 178, green value is 112 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b2706d hue: 0.01 , saturation: 0.31 and the lightness value of b2706d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110000 01101101
Octal 262 160 155
Decimal 178 112 109
Hex B2 70 6D

RGB Percentages of Color #b2706d

%44.61
%28.07
%27.32

CMYK Percentages of Color #b2706d

%0
%37
%39
%30

Triadic Colors of #b2706d

#b2706d #6db270 #706db2

Analogous Colors of #b2706d

#b2706d #b2936d #b26d8d

Monochromatic Colors of #b2706d

#b2706d

Complementary Color

#b2706d #6dafb2

#b2706d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2706d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2706d Color CSS Codes

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

#b2706d Text Font Color

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

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


#b2706d Background Color

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

This div background color is #b2706d


#b2706d Border Color

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

This div border color is #b2706d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2706d


Comments

No comments written yet.

Please login to write comment.