Color Hex Logo

#b6828e Color Hex

#B6828E
(182,130,142)
0 Favorites   0 Comments

Color spaces of #b6828e

RGB 182130142
HSL0.960.260.61
HSV346°29°71°
CMYK 0.000.290.22   0.29
XYZ32.156527.863329.2745
Yxy27.86330.36010.3120
Hunter Lab52.785716.36544.0683
CIE-Lab59.765021.82821.5452

#b6828e color RGB value is (182,130,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000010 10001110
Octal 266 202 216
Decimal 182 130 142
Hex B6 82 8E

RGB Percentages of Color #b6828e

%40.09
%28.63
%31.28

CMYK Percentages of Color #b6828e

%0
%29
%22
%29

Triadic Colors of #b6828e

#b6828e #8eb682 #828eb6

Analogous Colors of #b6828e

#b6828e #b69082 #b682a8

Monochromatic Colors of #b6828e

#b6828e

Complementary Color

#b6828e #82b6aa

#b6828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6828e Color CSS Codes

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

#b6828e Text Font Color

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

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


#b6828e Background Color

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

This div background color is #b6828e


#b6828e Border Color

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

This div border color is #b6828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6828e


Comments

No comments written yet.

Please login to write comment.