Color Hex Logo

#b18063 Color Hex

#B18063
(177,128,99)
0 Favorites   0 Comments

Color spaces of #b18063

RGB 17712899
HSL0.060.330.54
HSV22°44°69°
CMYK 0.000.280.44   0.31
XYZ28.102825.686315.2812
Yxy25.68630.40690.3719
Hunter Lab50.681710.284717.6004
CIE-Lab57.738115.262723.1995

#b18063 color RGB value is (177,128,99).

#b18063 hex color red value is 177, green value is 128 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #b18063 hue: 0.06 , saturation: 0.33 and the lightness value of b18063 is 0.54.

The process color (four color CMYK) of #b18063 color hex is 0.00, 0.28, 0.44, 0.31. Web safe color of #b18063 is #999966. Color #b18063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000000 01100011
Octal 261 200 143
Decimal 177 128 99
Hex B1 80 63

RGB Percentages of Color #b18063

%43.81
%31.68
%24.50

CMYK Percentages of Color #b18063

%0
%28
%44
%31

Triadic Colors of #b18063

#b18063 #63b180 #8063b1

Analogous Colors of #b18063

#b18063 #b1a763 #b1636d

Monochromatic Colors of #b18063

#b18063

Complementary Color

#b18063 #6394b1

#b18063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b18063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b18063 Color CSS Codes

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

#b18063 Text Font Color

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

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


#b18063 Background Color

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

This div background color is #b18063


#b18063 Border Color

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

This div border color is #b18063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b18063


Comments

No comments written yet.

Please login to write comment.