Color Hex Logo

#b2776d Color Hex

#B2776D
(178,119,109)
0 Favorites   0 Comments

Color spaces of #b2776d

RGB 178119109
HSL0.020.310.56
HSV39°70°
CMYK 0.000.330.39   0.30
XYZ27.717223.762817.5938
Yxy23.76280.40130.3440
Hunter Lab48.747116.186212.7240
CIE-Lab55.849521.872614.9445

#b2776d color RGB value is (178,119,109).

#b2776d hex color red value is 178, green value is 119 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b2776d hue: 0.02 , saturation: 0.31 and the lightness value of b2776d is 0.56.

The process color (four color CMYK) of #b2776d color hex is 0.00, 0.33, 0.39, 0.30. Web safe color of #b2776d is #996666. Color #b2776d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110111 01101101
Octal 262 167 155
Decimal 178 119 109
Hex B2 77 6D

RGB Percentages of Color #b2776d

%43.84
%29.31
%26.85

CMYK Percentages of Color #b2776d

%0
%33
%39
%30

Triadic Colors of #b2776d

#b2776d #6db277 #776db2

Analogous Colors of #b2776d

#b2776d #b29a6d #b26d86

Monochromatic Colors of #b2776d

#b2776d

Complementary Color

#b2776d #6da8b2

#b2776d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2776d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2776d Color CSS Codes

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

#b2776d Text Font Color

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

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


#b2776d Background Color

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

This div background color is #b2776d


#b2776d Border Color

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

This div border color is #b2776d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2776d


Comments

No comments written yet.

Please login to write comment.