Color Hex Logo

#b98340 Color Hex

#B98340
(185,131,64)
0 Favorites   0 Comments

Color spaces of #b98340

RGB 18513164
HSL0.090.490.49
HSV33°65°73°
CMYK 0.000.290.65   0.27
XYZ29.049326.91718.5149
Yxy26.91710.45050.4174
Hunter Lab51.88179.151726.5864
CIE-Lab58.897513.963643.6067

#b98340 color RGB value is (185,131,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000011 01000000
Octal 271 203 100
Decimal 185 131 64
Hex B9 83 40

RGB Percentages of Color #b98340

%48.68
%34.47
%16.84

CMYK Percentages of Color #b98340

%0
%29
%65
%27

Triadic Colors of #b98340

#b98340 #40b983 #8340b9

Analogous Colors of #b98340

#b98340 #b3b940 #b94740

Monochromatic Colors of #b98340

#b98340

Complementary Color

#b98340 #4076b9

#b98340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98340 Color CSS Codes

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

#b98340 Text Font Color

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

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


#b98340 Background Color

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

This div background color is #b98340


#b98340 Border Color

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

This div border color is #b98340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98340


Comments

No comments written yet.

Please login to write comment.