Color Hex Logo

#b9907d Color Hex

#B9907D
(185,144,125)
0 Favorites   0 Comments

Color spaces of #b9907d

RGB 185144125
HSL0.050.300.61
HSV19°32°73°
CMYK 0.000.220.32   0.27
XYZ33.682531.741523.7535
Yxy31.74150.37770.3559
Hunter Lab56.33968.121514.4403
CIE-Lab63.128712.756016.0307

#b9907d color RGB value is (185,144,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010000 01111101
Octal 271 220 175
Decimal 185 144 125
Hex B9 90 7D

RGB Percentages of Color #b9907d

%40.75
%31.72
%27.53

CMYK Percentages of Color #b9907d

%0
%22
%32
%27

Triadic Colors of #b9907d

#b9907d #7db990 #907db9

Analogous Colors of #b9907d

#b9907d #b9ae7d #b97d88

Monochromatic Colors of #b9907d

#b9907d

Complementary Color

#b9907d #7da6b9

#b9907d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9907d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9907d Color CSS Codes

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

#b9907d Text Font Color

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

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


#b9907d Background Color

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

This div background color is #b9907d


#b9907d Border Color

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

This div border color is #b9907d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,144,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 #b9907d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9907d


Comments

No comments written yet.

Please login to write comment.