Color Hex Logo

#b67247 Color Hex

#B67247
(182,114,71)
0 Favorites   0 Comments

Color spaces of #b67247

RGB 18211471
HSL0.060.440.50
HSV23°61°71°
CMYK 0.000.370.61   0.29
XYZ26.446022.43468.8977
Yxy22.43460.45770.3883
Hunter Lab47.365216.775122.0178
CIE-Lab54.485122.605234.7362

#b67247 color RGB value is (182,114,71).

#b67247 hex color red value is 182, green value is 114 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #b67247 hue: 0.06 , saturation: 0.44 and the lightness value of b67247 is 0.50.

The process color (four color CMYK) of #b67247 color hex is 0.00, 0.37, 0.61, 0.29. Web safe color of #b67247 is #cc6633. Color #b67247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110010 01000111
Octal 266 162 107
Decimal 182 114 71
Hex B6 72 47

RGB Percentages of Color #b67247

%49.59
%31.06
%19.35

CMYK Percentages of Color #b67247

%0
%37
%61
%29

Triadic Colors of #b67247

#b67247 #47b672 #7247b6

Analogous Colors of #b67247

#b67247 #b6aa47 #b64753

Monochromatic Colors of #b67247

#b67247

Complementary Color

#b67247 #478bb6

#b67247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67247 Color CSS Codes

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

#b67247 Text Font Color

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

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


#b67247 Background Color

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

This div background color is #b67247


#b67247 Border Color

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

This div border color is #b67247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67247


Comments

No comments written yet.

Please login to write comment.