Color Hex Logo

#b68596 Color Hex

#B68596
(182,133,150)
0 Favorites   0 Comments

Color spaces of #b68596

RGB 182133150
HSL0.940.250.62
HSV339°27°71°
CMYK 0.000.270.18   0.29
XYZ33.184028.922132.6877
Yxy28.92210.35010.3051
Hunter Lab53.779316.02801.6083
CIE-Lab60.712821.4149-1.6543

#b68596 color RGB value is (182,133,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000101 10010110
Octal 266 205 226
Decimal 182 133 150
Hex B6 85 96

RGB Percentages of Color #b68596

%39.14
%28.60
%32.26

CMYK Percentages of Color #b68596

%0
%27
%18
%29

Triadic Colors of #b68596

#b68596 #96b685 #8596b6

Analogous Colors of #b68596

#b68596 #b68d85 #b685af

Monochromatic Colors of #b68596

#b68596

Complementary Color

#b68596 #85b6a5

#b68596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68596 Color CSS Codes

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

#b68596 Text Font Color

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

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


#b68596 Background Color

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

This div background color is #b68596


#b68596 Border Color

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

This div border color is #b68596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68596


Comments

No comments written yet.

Please login to write comment.