Color Hex Logo

#b5676f Color Hex

#B5676F
(181,103,111)
0 Favorites   0 Comments

Color spaces of #b5676f

RGB 181103111
HSL0.980.350.56
HSV354°43°71°
CMYK 0.000.430.39   0.29
XYZ26.775520.671917.6178
Yxy20.67190.41150.3177
Hunter Lab45.466425.55398.8521
CIE-Lab52.588532.13029.2726

#b5676f color RGB value is (181,103,111).

#b5676f hex color red value is 181, green value is 103 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b5676f hue: 0.98 , saturation: 0.35 and the lightness value of b5676f is 0.56.

The process color (four color CMYK) of #b5676f color hex is 0.00, 0.43, 0.39, 0.29. Web safe color of #b5676f is #cc6666. Color #b5676f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100111 01101111
Octal 265 147 157
Decimal 181 103 111
Hex B5 67 6F

RGB Percentages of Color #b5676f

%45.82
%26.08
%28.10

CMYK Percentages of Color #b5676f

%0
%43
%39
%29

Triadic Colors of #b5676f

#b5676f #6fb567 #676fb5

Analogous Colors of #b5676f

#b5676f #b58667 #b56796

Monochromatic Colors of #b5676f

#b5676f

Complementary Color

#b5676f #67b5ad

#b5676f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5676f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5676f Color CSS Codes

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

#b5676f Text Font Color

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

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


#b5676f Background Color

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

This div background color is #b5676f


#b5676f Border Color

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

This div border color is #b5676f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5676f


Comments

No comments written yet.

Please login to write comment.