Color Hex Logo

#b98d37 Color Hex

#B98D37
(185,141,55)
0 Favorites   0 Comments

Color spaces of #b98d37

RGB 18514155
HSL0.110.540.47
HSV40°70°73°
CMYK 0.000.240.70   0.27
XYZ30.222029.63997.7426
Yxy29.63990.44700.4384
Hunter Lab54.44253.814029.6778
CIE-Lab61.34237.898350.4899

#b98d37 color RGB value is (185,141,55).

#b98d37 hex color red value is 185, green value is 141 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #b98d37 hue: 0.11 , saturation: 0.54 and the lightness value of b98d37 is 0.47.

The process color (four color CMYK) of #b98d37 color hex is 0.00, 0.24, 0.70, 0.27. Web safe color of #b98d37 is #cc9933. Color #b98d37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001101 00110111
Octal 271 215 67
Decimal 185 141 55
Hex B9 8D 37

RGB Percentages of Color #b98d37

%48.56
%37.01
%14.44

CMYK Percentages of Color #b98d37

%0
%24
%70
%27

Triadic Colors of #b98d37

#b98d37 #37b98d #8d37b9

Analogous Colors of #b98d37

#b98d37 #a4b937 #b94c37

Monochromatic Colors of #b98d37

#b98d37

Complementary Color

#b98d37 #3763b9

#b98d37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98d37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98d37 Color CSS Codes

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

#b98d37 Text Font Color

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

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


#b98d37 Background Color

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

This div background color is #b98d37


#b98d37 Border Color

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

This div border color is #b98d37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98d37


Comments

No comments written yet.

Please login to write comment.