Color Hex Logo

#b27351 Color Hex

#B27351
(178,115,81)
0 Favorites   0 Comments

Color spaces of #b27351

RGB 17811581
HSL0.060.390.51
HSV21°54°70°
CMYK 0.000.350.54   0.30
XYZ25.976022.320510.7238
Yxy22.32050.44010.3782
Hunter Lab47.244615.464819.6133
CIE-Lab54.365421.175828.9578

#b27351 color RGB value is (178,115,81).

#b27351 hex color red value is 178, green value is 115 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #b27351 hue: 0.06 , saturation: 0.39 and the lightness value of b27351 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110011 01010001
Octal 262 163 121
Decimal 178 115 81
Hex B2 73 51

RGB Percentages of Color #b27351

%47.59
%30.75
%21.66

CMYK Percentages of Color #b27351

%0
%35
%54
%30

Triadic Colors of #b27351

#b27351 #51b273 #7351b2

Analogous Colors of #b27351

#b27351 #b2a451 #b25160

Monochromatic Colors of #b27351

#b27351

Complementary Color

#b27351 #5190b2

#b27351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27351 Color CSS Codes

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

#b27351 Text Font Color

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

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


#b27351 Background Color

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

This div background color is #b27351


#b27351 Border Color

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

This div border color is #b27351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27351


Comments

No comments written yet.

Please login to write comment.