Color Hex Logo

#b15327 Color Hex

#B15327
(177,83,39)
0 Favorites   0 Comments

Color spaces of #b15327

RGB 1778339
HSL0.050.640.42
HSV19°78°69°
CMYK 0.000.530.78   0.31
XYZ21.590915.68013.8081
Yxy15.68010.52560.3817
Hunter Lab39.598128.030622.0168
CIE-Lab46.552035.459742.4429

#b15327 color RGB value is (177,83,39).

#b15327 hex color red value is 177, green value is 83 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #b15327 hue: 0.05 , saturation: 0.64 and the lightness value of b15327 is 0.42.

The process color (four color CMYK) of #b15327 color hex is 0.00, 0.53, 0.78, 0.31. Web safe color of #b15327 is #996633. Color #b15327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010011 00100111
Octal 261 123 47
Decimal 177 83 39
Hex B1 53 27

RGB Percentages of Color #b15327

%59.20
%27.76
%13.04

CMYK Percentages of Color #b15327

%0
%53
%78
%31

Triadic Colors of #b15327

#b15327 #27b153 #5327b1

Analogous Colors of #b15327

#b15327 #b19827 #b12740

Monochromatic Colors of #b15327

#b15327

Complementary Color

#b15327 #2785b1

#b15327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15327 Color CSS Codes

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

#b15327 Text Font Color

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

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


#b15327 Background Color

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

This div background color is #b15327


#b15327 Border Color

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

This div border color is #b15327


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,83,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b15327; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b15327;
  -webkit-box-shadow: 1px 1px 3px 2px #b15327;
  box-shadow:         1px 1px 3px 2px #b15327; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,83,39, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15327


Comments

No comments written yet.

Please login to write comment.