Color Hex Logo

#b1828e Color Hex

#B1828E
(177,130,142)
1 Favorites   0 Comments

Color spaces of #b1828e

RGB 177130142
HSL0.960.230.60
HSV345°27°69°
CMYK 0.000.270.20   0.31
XYZ30.996627.265429.2202
Yxy27.26540.35430.3117
Hunter Lab52.216314.58263.3727
CIE-Lab59.219219.94060.6839

#b1828e color RGB value is (177,130,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000010 10001110
Octal 261 202 216
Decimal 177 130 142
Hex B1 82 8E

RGB Percentages of Color #b1828e

%39.42
%28.95
%31.63

CMYK Percentages of Color #b1828e

%0
%27
%20
%31

Triadic Colors of #b1828e

#b1828e #8eb182 #828eb1

Analogous Colors of #b1828e

#b1828e #b18e82 #b182a6

Monochromatic Colors of #b1828e

#b1828e

Complementary Color

#b1828e #82b1a5

#b1828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1828e Color CSS Codes

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

#b1828e Text Font Color

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

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


#b1828e Background Color

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

This div background color is #b1828e


#b1828e Border Color

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

This div border color is #b1828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1828e


Comments

No comments written yet.

Please login to write comment.