Color Hex Logo

#b68687 Color Hex

#B68687
(182,134,135)
0 Favorites   0 Comments

Color spaces of #b68687

RGB 182134135
HSL1.000.250.62
HSV359°26°71°
CMYK 0.000.260.26   0.29
XYZ32.189728.744526.7733
Yxy28.74450.36700.3277
Hunter Lab53.613913.34687.9219
CIE-Lab60.555518.54106.6943

#b68687 color RGB value is (182,134,135).

#b68687 hex color red value is 182, green value is 134 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #b68687 hue: 1.00 , saturation: 0.25 and the lightness value of b68687 is 0.62.

The process color (four color CMYK) of #b68687 color hex is 0.00, 0.26, 0.26, 0.29. Web safe color of #b68687 is #cc9999. Color #b68687 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000110 10000111
Octal 266 206 207
Decimal 182 134 135
Hex B6 86 87

RGB Percentages of Color #b68687

%40.35
%29.71
%29.93

CMYK Percentages of Color #b68687

%0
%26
%26
%29

Triadic Colors of #b68687

#b68687 #87b686 #8687b6

Analogous Colors of #b68687

#b68687 #b69d86 #b6869f

Monochromatic Colors of #b68687

#b68687

Complementary Color

#b68687 #86b6b5

#b68687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68687 Color CSS Codes

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

#b68687 Text Font Color

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

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


#b68687 Background Color

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

This div background color is #b68687


#b68687 Border Color

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

This div border color is #b68687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68687


Comments

No comments written yet.

Please login to write comment.