Color Hex Logo

#b5695c Color Hex

#B5695C
(181,105,92)
0 Favorites   0 Comments

Color spaces of #b5695c

RGB 18110592
HSL0.020.380.54
HSV49°71°
CMYK 0.000.420.49   0.29
XYZ26.039420.699612.7482
Yxy20.69960.43770.3480
Hunter Lab45.496822.542315.2347
CIE-Lab52.619128.966620.4667

#b5695c color RGB value is (181,105,92).

#b5695c hex color red value is 181, green value is 105 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b5695c hue: 0.02 , saturation: 0.38 and the lightness value of b5695c is 0.54.

The process color (four color CMYK) of #b5695c color hex is 0.00, 0.42, 0.49, 0.29. Web safe color of #b5695c is #cc6666. Color #b5695c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101001 01011100
Octal 265 151 134
Decimal 181 105 92
Hex B5 69 5C

RGB Percentages of Color #b5695c

%47.88
%27.78
%24.34

CMYK Percentages of Color #b5695c

%0
%42
%49
%29

Triadic Colors of #b5695c

#b5695c #5cb569 #695cb5

Analogous Colors of #b5695c

#b5695c #b5965c #b55c7c

Monochromatic Colors of #b5695c

#b5695c

Complementary Color

#b5695c #5ca8b5

#b5695c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5695c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5695c Color CSS Codes

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

#b5695c Text Font Color

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

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


#b5695c Background Color

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

This div background color is #b5695c


#b5695c Border Color

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

This div border color is #b5695c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5695c


Comments

No comments written yet.

Please login to write comment.