Color Hex Logo

#b1828d Color Hex

#B1828D
(177,130,141)
0 Favorites   0 Comments

Color spaces of #b1828d

RGB 177130141
HSL0.960.230.60
HSV346°27°69°
CMYK 0.000.270.20   0.31
XYZ30.921827.235528.8265
Yxy27.23550.35550.3131
Hunter Lab52.187614.43503.7818
CIE-Lab59.191719.78211.2185

#b1828d color RGB value is (177,130,141).

#b1828d hex color red value is 177, green value is 130 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b1828d hue: 0.96 , saturation: 0.23 and the lightness value of b1828d is 0.60.

The process color (four color CMYK) of #b1828d color hex is 0.00, 0.27, 0.20, 0.31. Web safe color of #b1828d is #999999. Color #b1828d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000010 10001101
Octal 261 202 215
Decimal 177 130 141
Hex B1 82 8D

RGB Percentages of Color #b1828d

%39.51
%29.02
%31.47

CMYK Percentages of Color #b1828d

%0
%27
%20
%31

Triadic Colors of #b1828d

#b1828d #8db182 #828db1

Analogous Colors of #b1828d

#b1828d #b18f82 #b182a5

Monochromatic Colors of #b1828d

#b1828d

Complementary Color

#b1828d #82b1a6

#b1828d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1828d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1828d Color CSS Codes

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

#b1828d Text Font Color

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

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


#b1828d Background Color

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

This div background color is #b1828d


#b1828d Border Color

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

This div border color is #b1828d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,130,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1828d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1828d;
  -webkit-box-shadow: 1px 1px 3px 2px #b1828d;
  box-shadow:         1px 1px 3px 2px #b1828d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,130,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1828d


Comments

No comments written yet.

Please login to write comment.