Color Hex Logo

#b7694e Color Hex

#B7694E
(183,105,78)
0 Favorites   0 Comments

Color spaces of #b7694e

RGB 18310578
HSL0.040.420.51
HSV15°57°72°
CMYK 0.000.430.57   0.28
XYZ25.955220.72059.8392
Yxy20.72050.45930.3666
Hunter Lab45.519822.120419.0482
CIE-Lab52.642228.516728.5996

#b7694e color RGB value is (183,105,78).

#b7694e hex color red value is 183, green value is 105 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b7694e hue: 0.04 , saturation: 0.42 and the lightness value of b7694e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101001 01001110
Octal 267 151 116
Decimal 183 105 78
Hex B7 69 4E

RGB Percentages of Color #b7694e

%50.00
%28.69
%21.31

CMYK Percentages of Color #b7694e

%0
%43
%57
%28

Triadic Colors of #b7694e

#b7694e #4eb769 #694eb7

Analogous Colors of #b7694e

#b7694e #b79e4e #b74e68

Monochromatic Colors of #b7694e

#b7694e

Complementary Color

#b7694e #4e9cb7

#b7694e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7694e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7694e Color CSS Codes

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

#b7694e Text Font Color

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

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


#b7694e Background Color

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

This div background color is #b7694e


#b7694e Border Color

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

This div border color is #b7694e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7694e


Comments

No comments written yet.

Please login to write comment.