Color Hex Logo

#b05c6f Color Hex

#B05C6F
(176,92,111)
0 Favorites   0 Comments

Color spaces of #b05c6f

RGB 17692111
HSL0.960.350.53
HSV346°48°69°
CMYK 0.000.480.37   0.31
XYZ24.600918.032117.2229
Yxy18.03210.41100.3013
Hunter Lab42.464229.09855.6778
CIE-Lab49.535036.16684.8284

#b05c6f color RGB value is (176,92,111).

#b05c6f hex color red value is 176, green value is 92 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b05c6f hue: 0.96 , saturation: 0.35 and the lightness value of b05c6f is 0.53.

The process color (four color CMYK) of #b05c6f color hex is 0.00, 0.48, 0.37, 0.31. Web safe color of #b05c6f is #996666. Color #b05c6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011100 01101111
Octal 260 134 157
Decimal 176 92 111
Hex B0 5C 6F

RGB Percentages of Color #b05c6f

%46.44
%24.27
%29.29

CMYK Percentages of Color #b05c6f

%0
%48
%37
%31

Triadic Colors of #b05c6f

#b05c6f #6fb05c #5c6fb0

Analogous Colors of #b05c6f

#b05c6f #b0735c #b05c99

Monochromatic Colors of #b05c6f

#b05c6f

Complementary Color

#b05c6f #5cb09d

#b05c6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05c6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05c6f Color CSS Codes

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

#b05c6f Text Font Color

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

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


#b05c6f Background Color

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

This div background color is #b05c6f


#b05c6f Border Color

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

This div border color is #b05c6f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,92,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05c6f


Comments

No comments written yet.

Please login to write comment.