Color Hex Logo

#b68775 Color Hex

#B68775
(182,135,117)
0 Favorites   0 Comments

Color spaces of #b68775

RGB 182135117
HSL0.050.310.59
HSV17°36°71°
CMYK 0.000.260.36   0.29
XYZ31.166328.557420.6991
Yxy28.55740.38750.3551
Hunter Lab53.439110.584714.4420
CIE-Lab60.389015.525116.7063

#b68775 color RGB value is (182,135,117).

#b68775 hex color red value is 182, green value is 135 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b68775 hue: 0.05 , saturation: 0.31 and the lightness value of b68775 is 0.59.

The process color (four color CMYK) of #b68775 color hex is 0.00, 0.26, 0.36, 0.29. Web safe color of #b68775 is #cc9966. Color #b68775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000111 01110101
Octal 266 207 165
Decimal 182 135 117
Hex B6 87 75

RGB Percentages of Color #b68775

%41.94
%31.11
%26.96

CMYK Percentages of Color #b68775

%0
%26
%36
%29

Triadic Colors of #b68775

#b68775 #75b687 #8775b6

Analogous Colors of #b68775

#b68775 #b6a875 #b67584

Monochromatic Colors of #b68775

#b68775

Complementary Color

#b68775 #75a4b6

#b68775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68775 Color CSS Codes

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

#b68775 Text Font Color

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

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


#b68775 Background Color

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

This div background color is #b68775


#b68775 Border Color

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

This div border color is #b68775


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,135,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b68775; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b68775;
  -webkit-box-shadow: 1px 1px 3px 2px #b68775;
  box-shadow:         1px 1px 3px 2px #b68775; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,135,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68775


Comments

No comments written yet.

Please login to write comment.