Color Hex Logo

#b2736f Color Hex

#B2736F
(178,115,111)
0 Favorites   0 Comments

Color spaces of #b2736f

RGB 178115111
HSL0.010.300.57
HSV38°70°
CMYK 0.000.350.38   0.30
XYZ27.360122.874118.0120
Yxy22.87410.40090.3352
Hunter Lab47.826918.416611.1497
CIE-Lab54.942424.352412.5242

#b2736f color RGB value is (178,115,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110011 01101111
Octal 262 163 157
Decimal 178 115 111
Hex B2 73 6F

RGB Percentages of Color #b2736f

%44.06
%28.47
%27.48

CMYK Percentages of Color #b2736f

%0
%35
%38
%30

Triadic Colors of #b2736f

#b2736f #6fb273 #736fb2

Analogous Colors of #b2736f

#b2736f #b2956f #b26f8d

Monochromatic Colors of #b2736f

#b2736f

Complementary Color

#b2736f #6faeb2

#b2736f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2736f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2736f Color CSS Codes

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

#b2736f Text Font Color

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

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


#b2736f Background Color

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

This div background color is #b2736f


#b2736f Border Color

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

This div border color is #b2736f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2736f


Comments

No comments written yet.

Please login to write comment.