Color Hex Logo

#b67767 Color Hex

#B67767
(182,119,103)
0 Favorites   0 Comments

Color spaces of #b67767

RGB 182119103
HSL0.030.350.56
HSV12°43°71°
CMYK 0.000.350.43   0.29
XYZ28.336424.118015.9937
Yxy24.11800.41400.3524
Hunter Lab49.110117.051415.0681
CIE-Lab56.205722.788018.9666

#b67767 color RGB value is (182,119,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110111 01100111
Octal 266 167 147
Decimal 182 119 103
Hex B6 77 67

RGB Percentages of Color #b67767

%45.05
%29.46
%25.50

CMYK Percentages of Color #b67767

%0
%35
%43
%29

Triadic Colors of #b67767

#b67767 #67b677 #7767b6

Analogous Colors of #b67767

#b67767 #b69f67 #b6677f

Monochromatic Colors of #b67767

#b67767

Complementary Color

#b67767 #67a6b6

#b67767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67767 Color CSS Codes

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

#b67767 Text Font Color

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

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


#b67767 Background Color

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

This div background color is #b67767


#b67767 Border Color

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

This div border color is #b67767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67767


Comments

No comments written yet.

Please login to write comment.