Color Hex Logo

#b67778 Color Hex

#B67778
(182,119,120)
0 Favorites   0 Comments

Color spaces of #b67778

RGB 182119120
HSL1.000.300.59
HSV359°35°71°
CMYK 0.000.350.34   0.29
XYZ29.278424.494820.9541
Yxy24.49480.39180.3278
Hunter Lab49.492218.98499.5423
CIE-Lab56.579824.83679.6684

#b67778 color RGB value is (182,119,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110111 01111000
Octal 266 167 170
Decimal 182 119 120
Hex B6 77 78

RGB Percentages of Color #b67778

%43.23
%28.27
%28.50

CMYK Percentages of Color #b67778

%0
%35
%34
%29

Triadic Colors of #b67778

#b67778 #78b677 #7778b6

Analogous Colors of #b67778

#b67778 #b69677 #b67798

Monochromatic Colors of #b67778

#b67778

Complementary Color

#b67778 #77b6b5

#b67778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67778 Color CSS Codes

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

#b67778 Text Font Color

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

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


#b67778 Background Color

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

This div background color is #b67778


#b67778 Border Color

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

This div border color is #b67778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67778


Comments

No comments written yet.

Please login to write comment.