Color Hex Logo

#b27155 Color Hex

#B27155
(178,113,85)
0 Favorites   0 Comments

Color spaces of #b27155

RGB 17811385
HSL0.050.380.52
HSV18°52°70°
CMYK 0.000.370.52   0.30
XYZ25.904921.931111.4621
Yxy21.93110.43690.3698
Hunter Lab46.830716.785618.2699
CIE-Lab53.953822.653626.1754

#b27155 color RGB value is (178,113,85).

#b27155 hex color red value is 178, green value is 113 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #b27155 hue: 0.05 , saturation: 0.38 and the lightness value of b27155 is 0.52.

The process color (four color CMYK) of #b27155 color hex is 0.00, 0.37, 0.52, 0.30. Web safe color of #b27155 is #996666. Color #b27155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110001 01010101
Octal 262 161 125
Decimal 178 113 85
Hex B2 71 55

RGB Percentages of Color #b27155

%47.34
%30.05
%22.61

CMYK Percentages of Color #b27155

%0
%37
%52
%30

Triadic Colors of #b27155

#b27155 #55b271 #7155b2

Analogous Colors of #b27155

#b27155 #b2a055 #b25568

Monochromatic Colors of #b27155

#b27155

Complementary Color

#b27155 #5596b2

#b27155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27155 Color CSS Codes

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

#b27155 Text Font Color

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

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


#b27155 Background Color

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

This div background color is #b27155


#b27155 Border Color

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

This div border color is #b27155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27155


Comments

No comments written yet.

Please login to write comment.