Color Hex Logo

#b9694e Color Hex

#B9694E
(185,105,78)
0 Favorites   0 Comments

Color spaces of #b9694e

RGB 18510578
HSL0.040.430.52
HSV15°58°73°
CMYK 0.000.430.58   0.27
XYZ26.434320.96759.8616
Yxy20.96750.46160.3662
Hunter Lab45.790322.913419.2842
CIE-Lab52.913929.329529.0000

#b9694e color RGB value is (185,105,78).

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

The process color (four color CMYK) of #b9694e color hex is 0.00, 0.43, 0.58, 0.27. Web safe color of #b9694e is #cc6666. Color #b9694e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101001 01001110
Octal 271 151 116
Decimal 185 105 78
Hex B9 69 4E

RGB Percentages of Color #b9694e

%50.27
%28.53
%21.20

CMYK Percentages of Color #b9694e

%0
%43
%58
%27

Triadic Colors of #b9694e

#b9694e #4eb969 #694eb9

Analogous Colors of #b9694e

#b9694e #b99f4e #b94e69

Monochromatic Colors of #b9694e

#b9694e

Complementary Color

#b9694e #4e9eb9

#b9694e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9694e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9694e Color CSS Codes

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

#b9694e Text Font Color

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

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


#b9694e Background Color

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

This div background color is #b9694e


#b9694e Border Color

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

This div border color is #b9694e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,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 #b9694e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9694e


Comments

No comments written yet.

Please login to write comment.