Color Hex Logo

#b67967 Color Hex

#B67967
(182,121,103)
0 Favorites   0 Comments

Color spaces of #b67967

RGB 182121103
HSL0.040.350.56
HSV14°43°71°
CMYK 0.000.340.43   0.29
XYZ28.577024.599116.0739
Yxy24.59910.41270.3552
Hunter Lab49.597516.052315.5031
CIE-Lab56.682721.674919.6129

#b67967 color RGB value is (182,121,103).

#b67967 hex color red value is 182, green value is 121 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #b67967 hue: 0.04 , saturation: 0.35 and the lightness value of b67967 is 0.56.

The process color (four color CMYK) of #b67967 color hex is 0.00, 0.34, 0.43, 0.29. Web safe color of #b67967 is #cc6666. Color #b67967 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111001 01100111
Octal 266 171 147
Decimal 182 121 103
Hex B6 79 67

RGB Percentages of Color #b67967

%44.83
%29.80
%25.37

CMYK Percentages of Color #b67967

%0
%34
%43
%29

Triadic Colors of #b67967

#b67967 #67b679 #7967b6

Analogous Colors of #b67967

#b67967 #b6a167 #b6677d

Monochromatic Colors of #b67967

#b67967

Complementary Color

#b67967 #67a4b6

#b67967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67967 Color CSS Codes

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

#b67967 Text Font Color

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

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


#b67967 Background Color

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

This div background color is #b67967


#b67967 Border Color

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

This div border color is #b67967


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,121,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67967


Comments

No comments written yet.

Please login to write comment.