Color Hex Logo

#b0684e Color Hex

#B0684E
(176,104,78)
0 Favorites   0 Comments

Color spaces of #b0684e

RGB 17610478
HSL0.040.390.50
HSV16°56°69°
CMYK 0.000.410.56   0.31
XYZ24.230019.68089.7294
Yxy19.68080.45170.3669
Hunter Lab44.363019.857018.0511
CIE-Lab51.474426.198026.9212

#b0684e color RGB value is (176,104,78).

#b0684e hex color red value is 176, green value is 104 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b0684e hue: 0.04 , saturation: 0.39 and the lightness value of b0684e is 0.50.

The process color (four color CMYK) of #b0684e color hex is 0.00, 0.41, 0.56, 0.31. Web safe color of #b0684e is #996666. Color #b0684e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101000 01001110
Octal 260 150 116
Decimal 176 104 78
Hex B0 68 4E

RGB Percentages of Color #b0684e

%49.16
%29.05
%21.79

CMYK Percentages of Color #b0684e

%0
%41
%56
%31

Triadic Colors of #b0684e

#b0684e #4eb068 #684eb0

Analogous Colors of #b0684e

#b0684e #b0994e #b04e65

Monochromatic Colors of #b0684e

#b0684e

Complementary Color

#b0684e #4e96b0

#b0684e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0684e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0684e Color CSS Codes

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

#b0684e Text Font Color

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

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


#b0684e Background Color

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

This div background color is #b0684e


#b0684e Border Color

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

This div border color is #b0684e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0684e


Comments

No comments written yet.

Please login to write comment.