Color Hex Logo

#b2786f Color Hex

#B2786F
(178,120,111)
0 Favorites   0 Comments

Color spaces of #b2786f

RGB 178120111
HSL0.020.300.57
HSV38°70°
CMYK 0.000.330.38   0.30
XYZ27.945824.045618.2073
Yxy24.04560.39810.3425
Hunter Lab49.036315.913612.3109
CIE-Lab56.133421.557914.1823

#b2786f color RGB value is (178,120,111).

#b2786f hex color red value is 178, green value is 120 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b2786f hue: 0.02 , saturation: 0.30 and the lightness value of b2786f is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111000 01101111
Octal 262 170 157
Decimal 178 120 111
Hex B2 78 6F

RGB Percentages of Color #b2786f

%43.52
%29.34
%27.14

CMYK Percentages of Color #b2786f

%0
%33
%38
%30

Triadic Colors of #b2786f

#b2786f #6fb278 #786fb2

Analogous Colors of #b2786f

#b2786f #b29a6f #b26f88

Monochromatic Colors of #b2786f

#b2786f

Complementary Color

#b2786f #6fa9b2

#b2786f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2786f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2786f Color CSS Codes

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

#b2786f Text Font Color

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

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


#b2786f Background Color

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

This div background color is #b2786f


#b2786f Border Color

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

This div border color is #b2786f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2786f


Comments

No comments written yet.

Please login to write comment.