Color Hex Logo

#b9748d Color Hex

#B9748D
(185,116,141)
0 Favorites   0 Comments

Color spaces of #b9748d

RGB 185116141
HSL0.940.330.59
HSV338°37°73°
CMYK 0.000.370.24   0.27
XYZ31.060724.728228.3352
Yxy24.72820.36920.2939
Hunter Lab49.727524.47141.0252
CIE-Lab56.809630.5636-2.1547

#b9748d color RGB value is (185,116,141).

#b9748d hex color red value is 185, green value is 116 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b9748d hue: 0.94 , saturation: 0.33 and the lightness value of b9748d is 0.59.

The process color (four color CMYK) of #b9748d color hex is 0.00, 0.37, 0.24, 0.27. Web safe color of #b9748d is #cc6699. Color #b9748d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110100 10001101
Octal 271 164 215
Decimal 185 116 141
Hex B9 74 8D

RGB Percentages of Color #b9748d

%41.86
%26.24
%31.90

CMYK Percentages of Color #b9748d

%0
%37
%24
%27

Triadic Colors of #b9748d

#b9748d #8db974 #748db9

Analogous Colors of #b9748d

#b9748d #b97e74 #b974b0

Monochromatic Colors of #b9748d

#b9748d

Complementary Color

#b9748d #74b9a0

#b9748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9748d Color CSS Codes

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

#b9748d Text Font Color

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

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


#b9748d Background Color

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

This div background color is #b9748d


#b9748d Border Color

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

This div border color is #b9748d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9748d


Comments

No comments written yet.

Please login to write comment.