Color Hex Logo

#b06555 Color Hex

#B06555
(176,101,85)
0 Favorites   0 Comments

Color spaces of #b06555

RGB 17610185
HSL0.030.370.51
HSV11°52°69°
CMYK 0.000.430.52   0.31
XYZ24.197919.193311.0236
Yxy19.19330.44470.3527
Hunter Lab43.810221.924115.7484
CIE-Lab50.912628.479422.1518

#b06555 color RGB value is (176,101,85).

#b06555 hex color red value is 176, green value is 101 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #b06555 hue: 0.03 , saturation: 0.37 and the lightness value of b06555 is 0.51.

The process color (four color CMYK) of #b06555 color hex is 0.00, 0.43, 0.52, 0.31. Web safe color of #b06555 is #996666. Color #b06555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100101 01010101
Octal 260 145 125
Decimal 176 101 85
Hex B0 65 55

RGB Percentages of Color #b06555

%48.62
%27.90
%23.48

CMYK Percentages of Color #b06555

%0
%43
%52
%31

Triadic Colors of #b06555

#b06555 #55b065 #6555b0

Analogous Colors of #b06555

#b06555 #b09355 #b05573

Monochromatic Colors of #b06555

#b06555

Complementary Color

#b06555 #55a0b0

#b06555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06555 Color CSS Codes

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

#b06555 Text Font Color

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

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


#b06555 Background Color

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

This div background color is #b06555


#b06555 Border Color

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

This div border color is #b06555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06555


Comments

No comments written yet.

Please login to write comment.