Color Hex Logo

#b9677e Color Hex

#B9677E
(185,103,126)
0 Favorites   0 Comments

Color spaces of #b9677e

RGB 185103126
HSL0.950.370.56
HSV343°44°73°
CMYK 0.000.440.32   0.27
XYZ28.623721.521122.3840
Yxy21.52110.39470.2967
Hunter Lab46.390828.95273.8656
CIE-Lab53.515235.51051.8155

#b9677e color RGB value is (185,103,126).

#b9677e hex color red value is 185, green value is 103 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b9677e hue: 0.95 , saturation: 0.37 and the lightness value of b9677e is 0.56.

The process color (four color CMYK) of #b9677e color hex is 0.00, 0.44, 0.32, 0.27. Web safe color of #b9677e is #cc6666. Color #b9677e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100111 01111110
Octal 271 147 176
Decimal 185 103 126
Hex B9 67 7E

RGB Percentages of Color #b9677e

%44.69
%24.88
%30.43

CMYK Percentages of Color #b9677e

%0
%44
%32
%27

Triadic Colors of #b9677e

#b9677e #7eb967 #677eb9

Analogous Colors of #b9677e

#b9677e #b97967 #b967a7

Monochromatic Colors of #b9677e

#b9677e

Complementary Color

#b9677e #67b9a2

#b9677e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9677e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9677e Color CSS Codes

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

#b9677e Text Font Color

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

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


#b9677e Background Color

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

This div background color is #b9677e


#b9677e Border Color

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

This div border color is #b9677e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,103,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9677e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9677e;
  -webkit-box-shadow: 1px 1px 3px 2px #b9677e;
  box-shadow:         1px 1px 3px 2px #b9677e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,103,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9677e


Comments

No comments written yet.

Please login to write comment.