Color Hex Logo

#b98323 Color Hex

#B98323
(185,131,35)
0 Favorites   0 Comments

Color spaces of #b98323

RGB 18513135
HSL0.110.680.43
HSV38°81°73°
CMYK 0.000.290.81   0.27
XYZ28.427326.66825.2393
Yxy26.66820.47120.4420
Hunter Lab51.64137.887830.1336
CIE-Lab58.665912.540555.9897

#b98323 color RGB value is (185,131,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000011 00100011
Octal 271 203 43
Decimal 185 131 35
Hex B9 83 23

RGB Percentages of Color #b98323

%52.71
%37.32
%9.97

CMYK Percentages of Color #b98323

%0
%29
%81
%27

Triadic Colors of #b98323

#b98323 #23b983 #8323b9

Analogous Colors of #b98323

#b98323 #a4b923 #b93823

Monochromatic Colors of #b98323

#b98323

Complementary Color

#b98323 #2359b9

#b98323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98323 Color CSS Codes

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

#b98323 Text Font Color

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

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


#b98323 Background Color

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

This div background color is #b98323


#b98323 Border Color

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

This div border color is #b98323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98323


Comments

No comments written yet.

Please login to write comment.