Color Hex Logo

#b98419 Color Hex

#B98419
(185,132,25)
0 Favorites   0 Comments

Color spaces of #b98419

RGB 18513225
HSL0.110.760.41
HSV40°86°73°
CMYK 0.000.290.86   0.27
XYZ28.434326.88704.6108
Yxy26.88700.47440.4486
Hunter Lab51.85277.141331.0247
CIE-Lab58.869611.690259.3744

#b98419 color RGB value is (185,132,25).

#b98419 hex color red value is 185, green value is 132 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #b98419 hue: 0.11 , saturation: 0.76 and the lightness value of b98419 is 0.41.

The process color (four color CMYK) of #b98419 color hex is 0.00, 0.29, 0.86, 0.27. Web safe color of #b98419 is #cc9900. Color #b98419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000100 00011001
Octal 271 204 31
Decimal 185 132 25
Hex B9 84 19

RGB Percentages of Color #b98419

%54.09
%38.60
%7.31

CMYK Percentages of Color #b98419

%0
%29
%86
%27

Triadic Colors of #b98419

#b98419 #19b984 #8419b9

Analogous Colors of #b98419

#b98419 #9eb919 #b93419

Monochromatic Colors of #b98419

#b98419

Complementary Color

#b98419 #194eb9

#b98419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98419 Color CSS Codes

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

#b98419 Text Font Color

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

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


#b98419 Background Color

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

This div background color is #b98419


#b98419 Border Color

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

This div border color is #b98419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98419


Comments

No comments written yet.

Please login to write comment.