Color Hex Logo

#b94147 Color Hex

#B94147
(185,65,71)
0 Favorites   0 Comments

Color spaces of #b94147

RGB 1856571
HSL0.990.480.49
HSV357°65°73°
CMYK 0.000.650.62   0.27
XYZ23.035214.54987.5555
Yxy14.54980.51030.3223
Hunter Lab38.144241.043414.9569
CIE-Lab45.011348.756923.0059

#b94147 color RGB value is (185,65,71).

#b94147 hex color red value is 185, green value is 65 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #b94147 hue: 0.99 , saturation: 0.48 and the lightness value of b94147 is 0.49.

The process color (four color CMYK) of #b94147 color hex is 0.00, 0.65, 0.62, 0.27. Web safe color of #b94147 is #cc3333. Color #b94147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000001 01000111
Octal 271 101 107
Decimal 185 65 71
Hex B9 41 47

RGB Percentages of Color #b94147

%57.63
%20.25
%22.12

CMYK Percentages of Color #b94147

%0
%65
%62
%27

Triadic Colors of #b94147

#b94147 #47b941 #4147b9

Analogous Colors of #b94147

#b94147 #b97741 #b94183

Monochromatic Colors of #b94147

#b94147

Complementary Color

#b94147 #41b9b3

#b94147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94147 Color CSS Codes

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

#b94147 Text Font Color

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

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


#b94147 Background Color

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

This div background color is #b94147


#b94147 Border Color

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

This div border color is #b94147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94147


Comments

No comments written yet.

Please login to write comment.