Color Hex Logo

#b19955 Color Hex

#B19955
(177,153,85)
0 Favorites   0 Comments

Color spaces of #b19955

RGB 17715385
HSL0.120.370.51
HSV44°52°69°
CMYK 0.000.140.52   0.31
XYZ31.162432.785513.2801
Yxy32.78550.40350.4245
Hunter Lab57.2586-3.055926.3298
CIE-Lab63.98680.002838.7239

#b19955 color RGB value is (177,153,85).

#b19955 hex color red value is 177, green value is 153 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #b19955 hue: 0.12 , saturation: 0.37 and the lightness value of b19955 is 0.51.

The process color (four color CMYK) of #b19955 color hex is 0.00, 0.14, 0.52, 0.31. Web safe color of #b19955 is #999966. Color #b19955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011001 01010101
Octal 261 231 125
Decimal 177 153 85
Hex B1 99 55

RGB Percentages of Color #b19955

%42.65
%36.87
%20.48

CMYK Percentages of Color #b19955

%0
%14
%52
%31

Triadic Colors of #b19955

#b19955 #55b199 #9955b1

Analogous Colors of #b19955

#b19955 #9bb155 #b16b55

Monochromatic Colors of #b19955

#b19955

Complementary Color

#b19955 #556db1

#b19955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19955 Color CSS Codes

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

#b19955 Text Font Color

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

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


#b19955 Background Color

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

This div background color is #b19955


#b19955 Border Color

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

This div border color is #b19955


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,153,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 #b19955">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19955


Comments

No comments written yet.

Please login to write comment.