Color Hex Logo

#b2767e Color Hex

#B2767E
(178,118,126)
0 Favorites   0 Comments

Color spaces of #b2767e

RGB 178118126
HSL0.980.280.58
HSV352°34°70°
CMYK 0.000.340.29   0.30
XYZ28.604423.928222.8497
Yxy23.92820.37950.3174
Hunter Lab48.916518.77596.5462
CIE-Lab56.015824.65645.3141

#b2767e color RGB value is (178,118,126).

#b2767e hex color red value is 178, green value is 118 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b2767e hue: 0.98 , saturation: 0.28 and the lightness value of b2767e is 0.58.

The process color (four color CMYK) of #b2767e color hex is 0.00, 0.34, 0.29, 0.30. Web safe color of #b2767e is #996666. Color #b2767e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110110 01111110
Octal 262 166 176
Decimal 178 118 126
Hex B2 76 7E

RGB Percentages of Color #b2767e

%42.18
%27.96
%29.86

CMYK Percentages of Color #b2767e

%0
%34
%29
%30

Triadic Colors of #b2767e

#b2767e #7eb276 #767eb2

Analogous Colors of #b2767e

#b2767e #b28c76 #b2769c

Monochromatic Colors of #b2767e

#b2767e

Complementary Color

#b2767e #76b2aa

#b2767e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2767e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2767e Color CSS Codes

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

#b2767e Text Font Color

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

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


#b2767e Background Color

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

This div background color is #b2767e


#b2767e Border Color

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

This div border color is #b2767e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,118,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2767e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2767e;
  -webkit-box-shadow: 1px 1px 3px 2px #b2767e;
  box-shadow:         1px 1px 3px 2px #b2767e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,118,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2767e


Comments

No comments written yet.

Please login to write comment.