Color Hex Logo

#b15845 Color Hex

#B15845
(177,88,69)
0 Favorites   0 Comments

Color spaces of #b15845

RGB 1778869
HSL0.030.440.48
HSV11°61°69°
CMYK 0.000.500.61   0.31
XYZ22.695416.75627.6683
Yxy16.75620.48170.3556
Hunter Lab40.934327.331417.5471
CIE-Lab47.951434.543827.6680

#b15845 color RGB value is (177,88,69).

#b15845 hex color red value is 177, green value is 88 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b15845 hue: 0.03 , saturation: 0.44 and the lightness value of b15845 is 0.48.

The process color (four color CMYK) of #b15845 color hex is 0.00, 0.50, 0.61, 0.31. Web safe color of #b15845 is #996633. Color #b15845 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011000 01000101
Octal 261 130 105
Decimal 177 88 69
Hex B1 58 45

RGB Percentages of Color #b15845

%52.99
%26.35
%20.66

CMYK Percentages of Color #b15845

%0
%50
%61
%31

Triadic Colors of #b15845

#b15845 #45b158 #5845b1

Analogous Colors of #b15845

#b15845 #b18e45 #b14568

Monochromatic Colors of #b15845

#b15845

Complementary Color

#b15845 #459eb1

#b15845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15845 Color CSS Codes

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

#b15845 Text Font Color

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

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


#b15845 Background Color

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

This div background color is #b15845


#b15845 Border Color

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

This div border color is #b15845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15845


Comments

No comments written yet.

Please login to write comment.