Color Hex Logo

#b7696e Color Hex

#B7696E
(183,105,110)
0 Favorites   0 Comments

Color spaces of #b7696e

RGB 183105110
HSL0.990.350.56
HSV356°43°72°
CMYK 0.000.430.40   0.28
XYZ27.394521.296217.4186
Yxy21.29620.41440.3221
Hunter Lab46.147825.20349.9243
CIE-Lab53.272231.690110.8636

#b7696e color RGB value is (183,105,110).

#b7696e hex color red value is 183, green value is 105 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b7696e hue: 0.99 , saturation: 0.35 and the lightness value of b7696e is 0.56.

The process color (four color CMYK) of #b7696e color hex is 0.00, 0.43, 0.40, 0.28. Web safe color of #b7696e is #cc6666. Color #b7696e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101001 01101110
Octal 267 151 156
Decimal 183 105 110
Hex B7 69 6E

RGB Percentages of Color #b7696e

%45.98
%26.38
%27.64

CMYK Percentages of Color #b7696e

%0
%43
%40
%28

Triadic Colors of #b7696e

#b7696e #6eb769 #696eb7

Analogous Colors of #b7696e

#b7696e #b78b69 #b76995

Monochromatic Colors of #b7696e

#b7696e

Complementary Color

#b7696e #69b7b2

#b7696e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7696e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7696e Color CSS Codes

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

#b7696e Text Font Color

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

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


#b7696e Background Color

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

This div background color is #b7696e


#b7696e Border Color

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

This div border color is #b7696e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,105,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7696e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7696e;
  -webkit-box-shadow: 1px 1px 3px 2px #b7696e;
  box-shadow:         1px 1px 3px 2px #b7696e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,105,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7696e


Comments

No comments written yet.

Please login to write comment.