Color Hex Logo

#b98359 Color Hex

#B98359
(185,131,89)
0 Favorites   0 Comments

Color spaces of #b98359

RGB 18513189
HSL0.070.410.54
HSV26°52°73°
CMYK 0.000.290.52   0.27
XYZ29.927127.268213.1371
Yxy27.26820.42550.3877
Hunter Lab52.219010.916621.6373
CIE-Lab59.221815.924830.8655

#b98359 color RGB value is (185,131,89).

#b98359 hex color red value is 185, green value is 131 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b98359 hue: 0.07 , saturation: 0.41 and the lightness value of b98359 is 0.54.

The process color (four color CMYK) of #b98359 color hex is 0.00, 0.29, 0.52, 0.27. Web safe color of #b98359 is #cc9966. Color #b98359 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000011 01011001
Octal 271 203 131
Decimal 185 131 89
Hex B9 83 59

RGB Percentages of Color #b98359

%45.68
%32.35
%21.98

CMYK Percentages of Color #b98359

%0
%29
%52
%27

Triadic Colors of #b98359

#b98359 #59b983 #8359b9

Analogous Colors of #b98359

#b98359 #b9b359 #b9595f

Monochromatic Colors of #b98359

#b98359

Complementary Color

#b98359 #598fb9

#b98359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98359 Color CSS Codes

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

#b98359 Text Font Color

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

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


#b98359 Background Color

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

This div background color is #b98359


#b98359 Border Color

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

This div border color is #b98359


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,131,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b98359; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b98359;
  -webkit-box-shadow: 1px 1px 3px 2px #b98359;
  box-shadow:         1px 1px 3px 2px #b98359; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,131,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98359


Comments

No comments written yet.

Please login to write comment.