Color Hex Logo

#b17baa Color Hex

#B17BAA
(177,123,170)
0 Favorites   0 Comments

Color spaces of #b17baa

RGB 177123170
HSL0.850.260.59
HSV308°31°69°
CMYK 0.000.310.04   0.31
XYZ32.470126.415341.4175
Yxy26.41530.32370.2634
Hunter Lab51.395822.8274-11.8020
CIE-Lab58.429228.7151-16.5859

#b17baa color RGB value is (177,123,170).

#b17baa hex color red value is 177, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b17baa hue: 0.85 , saturation: 0.26 and the lightness value of b17baa is 0.59.

The process color (four color CMYK) of #b17baa color hex is 0.00, 0.31, 0.04, 0.31. Web safe color of #b17baa is #996699. Color #b17baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111011 10101010
Octal 261 173 252
Decimal 177 123 170
Hex B1 7B AA

RGB Percentages of Color #b17baa

%37.66
%26.17
%36.17

CMYK Percentages of Color #b17baa

%0
%31
%4
%31

Triadic Colors of #b17baa

#b17baa #aab17b #7baab1

Analogous Colors of #b17baa

#b17baa #b17b8f #9d7bb1

Monochromatic Colors of #b17baa

#b17baa

Complementary Color

#b17baa #7bb182

#b17baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17baa Color CSS Codes

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

#b17baa Text Font Color

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

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


#b17baa Background Color

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

This div background color is #b17baa


#b17baa Border Color

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

This div border color is #b17baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,123,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b17baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b17baa;
  -webkit-box-shadow: 1px 1px 3px 2px #b17baa;
  box-shadow:         1px 1px 3px 2px #b17baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,123,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17baa


Comments

No comments written yet.

Please login to write comment.