Color Hex Logo

#b86573 Color Hex

#B86573
(184,101,115)
0 Favorites   0 Comments

Color spaces of #b86573

RGB 184101115
HSL0.970.370.56
HSV350°45°72°
CMYK 0.000.450.38   0.28
XYZ27.515420.735518.7718
Yxy20.73550.41050.3094
Hunter Lab45.536228.17077.4337
CIE-Lab52.658834.81917.0644

#b86573 color RGB value is (184,101,115).

#b86573 hex color red value is 184, green value is 101 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #b86573 hue: 0.97 , saturation: 0.37 and the lightness value of b86573 is 0.56.

The process color (four color CMYK) of #b86573 color hex is 0.00, 0.45, 0.38, 0.28. Web safe color of #b86573 is #cc6666. Color #b86573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100101 01110011
Octal 270 145 163
Decimal 184 101 115
Hex B8 65 73

RGB Percentages of Color #b86573

%46.00
%25.25
%28.75

CMYK Percentages of Color #b86573

%0
%45
%38
%28

Triadic Colors of #b86573

#b86573 #73b865 #6573b8

Analogous Colors of #b86573

#b86573 #b88165 #b8659d

Monochromatic Colors of #b86573

#b86573

Complementary Color

#b86573 #65b8aa

#b86573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86573 Color CSS Codes

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

#b86573 Text Font Color

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

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


#b86573 Background Color

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

This div background color is #b86573


#b86573 Border Color

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

This div border color is #b86573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86573


Comments

No comments written yet.

Please login to write comment.