Color Hex Logo

#b98350 Color Hex

#B98350
(185,131,80)
0 Favorites   0 Comments

Color spaces of #b98350

RGB 18513180
HSL0.080.430.52
HSV29°57°73°
CMYK 0.000.290.57   0.27
XYZ29.571927.126111.2667
Yxy27.12610.43510.3991
Hunter Lab52.082710.205223.6321
CIE-Lab59.090915.137835.5721

#b98350 color RGB value is (185,131,80).

#b98350 hex color red value is 185, green value is 131 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b98350 hue: 0.08 , saturation: 0.43 and the lightness value of b98350 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000011 01010000
Octal 271 203 120
Decimal 185 131 80
Hex B9 83 50

RGB Percentages of Color #b98350

%46.72
%33.08
%20.20

CMYK Percentages of Color #b98350

%0
%29
%57
%27

Triadic Colors of #b98350

#b98350 #50b983 #8350b9

Analogous Colors of #b98350

#b98350 #b9b850 #b95052

Monochromatic Colors of #b98350

#b98350

Complementary Color

#b98350 #5086b9

#b98350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98350 Color CSS Codes

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

#b98350 Text Font Color

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

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


#b98350 Background Color

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

This div background color is #b98350


#b98350 Border Color

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

This div border color is #b98350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98350


Comments

No comments written yet.

Please login to write comment.