Color Hex Logo

#b94247 Color Hex

#B94247
(185,66,71)
0 Favorites   0 Comments

Color spaces of #b94247

RGB 1856671
HSL0.990.470.49
HSV357°64°73°
CMYK 0.000.640.62   0.27
XYZ23.093114.66567.5748
Yxy14.66560.50940.3235
Hunter Lab38.295740.621815.0796
CIE-Lab45.172748.322023.2143

#b94247 color RGB value is (185,66,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000010 01000111
Octal 271 102 107
Decimal 185 66 71
Hex B9 42 47

RGB Percentages of Color #b94247

%57.45
%20.50
%22.05

CMYK Percentages of Color #b94247

%0
%64
%62
%27

Triadic Colors of #b94247

#b94247 #47b942 #4247b9

Analogous Colors of #b94247

#b94247 #b97942 #b94283

Monochromatic Colors of #b94247

#b94247

Complementary Color

#b94247 #42b9b4

#b94247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94247 Color CSS Codes

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

#b94247 Text Font Color

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

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


#b94247 Background Color

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

This div background color is #b94247


#b94247 Border Color

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

This div border color is #b94247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94247


Comments

No comments written yet.

Please login to write comment.