Color Hex Logo

#b67677 Color Hex

#B67677
(182,118,119)
0 Favorites   0 Comments

Color spaces of #b67677

RGB 182118119
HSL1.000.300.59
HSV359°35°71°
CMYK 0.000.350.35   0.29
XYZ29.099624.233920.5966
Yxy24.23390.39360.3278
Hunter Lab49.227919.36609.6531
CIE-Lab56.321225.26269.8830

#b67677 color RGB value is (182,118,119).

#b67677 hex color red value is 182, green value is 118 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #b67677 hue: 1.00 , saturation: 0.30 and the lightness value of b67677 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110110 01110111
Octal 266 166 167
Decimal 182 118 119
Hex B6 76 77

RGB Percentages of Color #b67677

%43.44
%28.16
%28.40

CMYK Percentages of Color #b67677

%0
%35
%35
%29

Triadic Colors of #b67677

#b67677 #77b676 #7677b6

Analogous Colors of #b67677

#b67677 #b69576 #b67697

Monochromatic Colors of #b67677

#b67677

Complementary Color

#b67677 #76b6b5

#b67677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67677 Color CSS Codes

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

#b67677 Text Font Color

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

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


#b67677 Background Color

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

This div background color is #b67677


#b67677 Border Color

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

This div border color is #b67677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67677


Comments

No comments written yet.

Please login to write comment.