Color Hex Logo

#b2796e Color Hex

#B2796E
(178,121,110)
0 Favorites   0 Comments

Color spaces of #b2796e

RGB 178121110
HSL0.030.310.56
HSV10°38°70°
CMYK 0.000.320.38   0.30
XYZ28.011924.265517.9592
Yxy24.26550.39880.3455
Hunter Lab49.260015.299712.8661
CIE-Lab56.352620.874915.0630

#b2796e color RGB value is (178,121,110).

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

The process color (four color CMYK) of #b2796e color hex is 0.00, 0.32, 0.38, 0.30. Web safe color of #b2796e is #996666. Color #b2796e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111001 01101110
Octal 262 171 156
Decimal 178 121 110
Hex B2 79 6E

RGB Percentages of Color #b2796e

%43.52
%29.58
%26.89

CMYK Percentages of Color #b2796e

%0
%32
%38
%30

Triadic Colors of #b2796e

#b2796e #6eb279 #796eb2

Analogous Colors of #b2796e

#b2796e #b29b6e #b26e85

Monochromatic Colors of #b2796e

#b2796e

Complementary Color

#b2796e #6ea7b2

#b2796e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2796e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2796e Color CSS Codes

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

#b2796e Text Font Color

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

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


#b2796e Background Color

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

This div background color is #b2796e


#b2796e Border Color

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

This div border color is #b2796e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2796e


Comments

No comments written yet.

Please login to write comment.