Color Hex Logo

#b5998e Color Hex

#B5998E
(181,153,142)
0 Favorites   0 Comments

Color spaces of #b5998e

RGB 181153142
HSL0.050.210.63
HSV17°22°71°
CMYK 0.000.150.22   0.29
XYZ35.329834.559230.3997
Yxy34.55920.35230.3446
Hunter Lab58.78714.397410.4912
CIE-Lab65.40408.62509.6345

#b5998e color RGB value is (181,153,142).

#b5998e hex color red value is 181, green value is 153 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b5998e hue: 0.05 , saturation: 0.21 and the lightness value of b5998e is 0.63.

The process color (four color CMYK) of #b5998e color hex is 0.00, 0.15, 0.22, 0.29. Web safe color of #b5998e is #cc9999. Color #b5998e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011001 10001110
Octal 265 231 216
Decimal 181 153 142
Hex B5 99 8E

RGB Percentages of Color #b5998e

%38.03
%32.14
%29.83

CMYK Percentages of Color #b5998e

%0
%15
%22
%29

Triadic Colors of #b5998e

#b5998e #8eb599 #998eb5

Analogous Colors of #b5998e

#b5998e #b5ad8e #b58e97

Monochromatic Colors of #b5998e

#b5998e

Complementary Color

#b5998e #8eaab5

#b5998e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5998e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5998e Color CSS Codes

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

#b5998e Text Font Color

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

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


#b5998e Background Color

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

This div background color is #b5998e


#b5998e Border Color

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

This div border color is #b5998e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5998e


Comments

No comments written yet.

Please login to write comment.