Color Hex Logo

#b27140 Color Hex

#B27140
(178,113,64)
0 Favorites   0 Comments

Color spaces of #b27140

RGB 17811364
HSL0.070.470.47
HSV26°64°70°
CMYK 0.000.370.64   0.30
XYZ25.190621.64547.7008
Yxy21.64540.46190.3969
Hunter Lab46.524615.230222.7535
CIE-Lab53.648720.961237.3745

#b27140 color RGB value is (178,113,64).

#b27140 hex color red value is 178, green value is 113 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b27140 hue: 0.07 , saturation: 0.47 and the lightness value of b27140 is 0.47.

The process color (four color CMYK) of #b27140 color hex is 0.00, 0.37, 0.64, 0.30. Web safe color of #b27140 is #996633. Color #b27140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110001 01000000
Octal 262 161 100
Decimal 178 113 64
Hex B2 71 40

RGB Percentages of Color #b27140

%50.14
%31.83
%18.03

CMYK Percentages of Color #b27140

%0
%37
%64
%30

Triadic Colors of #b27140

#b27140 #40b271 #7140b2

Analogous Colors of #b27140

#b27140 #b2aa40 #b24048

Monochromatic Colors of #b27140

#b27140

Complementary Color

#b27140 #4081b2

#b27140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27140 Color CSS Codes

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

#b27140 Text Font Color

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

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


#b27140 Background Color

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

This div background color is #b27140


#b27140 Border Color

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

This div border color is #b27140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27140


Comments

No comments written yet.

Please login to write comment.