Color Hex Logo

#b27147 Color Hex

#B27147
(178,113,71)
0 Favorites   0 Comments

Color spaces of #b27147

RGB 17811371
HSL0.070.430.49
HSV24°60°70°
CMYK 0.000.370.60   0.30
XYZ25.402621.73028.8167
Yxy21.73020.45400.3884
Hunter Lab46.615715.693821.4171
CIE-Lab53.739621.468233.7149

#b27147 color RGB value is (178,113,71).

#b27147 hex color red value is 178, green value is 113 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #b27147 hue: 0.07 , saturation: 0.43 and the lightness value of b27147 is 0.49.

The process color (four color CMYK) of #b27147 color hex is 0.00, 0.37, 0.60, 0.30. Web safe color of #b27147 is #996633. Color #b27147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110001 01000111
Octal 262 161 107
Decimal 178 113 71
Hex B2 71 47

RGB Percentages of Color #b27147

%49.17
%31.22
%19.61

CMYK Percentages of Color #b27147

%0
%37
%60
%30

Triadic Colors of #b27147

#b27147 #47b271 #7147b2

Analogous Colors of #b27147

#b27147 #b2a747 #b24753

Monochromatic Colors of #b27147

#b27147

Complementary Color

#b27147 #4788b2

#b27147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27147 Color CSS Codes

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

#b27147 Text Font Color

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

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


#b27147 Background Color

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

This div background color is #b27147


#b27147 Border Color

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

This div border color is #b27147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27147


Comments

No comments written yet.

Please login to write comment.