Color Hex Logo

#b9937d Color Hex

#B9937D
(185,147,125)
0 Favorites   0 Comments

Color spaces of #b9937d

RGB 185147125
HSL0.060.300.61
HSV22°32°73°
CMYK 0.000.210.32   0.27
XYZ34.143032.662423.9070
Yxy32.66240.37640.3601
Hunter Lab57.15106.624615.2040
CIE-Lab63.886611.094217.0788

#b9937d color RGB value is (185,147,125).

#b9937d hex color red value is 185, green value is 147 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b9937d hue: 0.06 , saturation: 0.30 and the lightness value of b9937d is 0.61.

The process color (four color CMYK) of #b9937d color hex is 0.00, 0.21, 0.32, 0.27. Web safe color of #b9937d is #cc9966. Color #b9937d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010011 01111101
Octal 271 223 175
Decimal 185 147 125
Hex B9 93 7D

RGB Percentages of Color #b9937d

%40.48
%32.17
%27.35

CMYK Percentages of Color #b9937d

%0
%21
%32
%27

Triadic Colors of #b9937d

#b9937d #7db993 #937db9

Analogous Colors of #b9937d

#b9937d #b9b17d #b97d85

Monochromatic Colors of #b9937d

#b9937d

Complementary Color

#b9937d #7da3b9

#b9937d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9937d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9937d Color CSS Codes

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

#b9937d Text Font Color

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

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


#b9937d Background Color

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

This div background color is #b9937d


#b9937d Border Color

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

This div border color is #b9937d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9937d


Comments

No comments written yet.

Please login to write comment.