Color Hex Logo

#b98349 Color Hex

#B98349
(185,131,73)
0 Favorites   0 Comments

Color spaces of #b98349

RGB 18513173
HSL0.090.440.51
HSV31°61°73°
CMYK 0.000.290.61   0.27
XYZ29.326527.02799.9746
Yxy27.02790.44210.4075
Hunter Lab51.98849.711725.0163
CIE-Lab59.000114.589139.1517

#b98349 color RGB value is (185,131,73).

#b98349 hex color red value is 185, green value is 131 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b98349 hue: 0.09 , saturation: 0.44 and the lightness value of b98349 is 0.51.

The process color (four color CMYK) of #b98349 color hex is 0.00, 0.29, 0.61, 0.27. Web safe color of #b98349 is #cc9933. Color #b98349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000011 01001001
Octal 271 203 111
Decimal 185 131 73
Hex B9 83 49

RGB Percentages of Color #b98349

%47.56
%33.68
%18.77

CMYK Percentages of Color #b98349

%0
%29
%61
%27

Triadic Colors of #b98349

#b98349 #49b983 #8349b9

Analogous Colors of #b98349

#b98349 #b7b949 #b94b49

Monochromatic Colors of #b98349

#b98349

Complementary Color

#b98349 #497fb9

#b98349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98349 Color CSS Codes

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

#b98349 Text Font Color

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

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


#b98349 Background Color

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

This div background color is #b98349


#b98349 Border Color

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

This div border color is #b98349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98349


Comments

No comments written yet.

Please login to write comment.