Color Hex Logo

#b94641 Color Hex

#B94641
(185,70,65)
0 Favorites   0 Comments

Color spaces of #b94641

RGB 1857065
HSL0.010.480.49
HSV65°73°
CMYK 0.000.620.65   0.27
XYZ23.151915.07636.6908
Yxy15.07630.51540.3356
Hunter Lab38.828238.483916.9630
CIE-Lab45.738546.147927.5229

#b94641 color RGB value is (185,70,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000110 01000001
Octal 271 106 101
Decimal 185 70 65
Hex B9 46 41

RGB Percentages of Color #b94641

%57.81
%21.88
%20.31

CMYK Percentages of Color #b94641

%0
%62
%65
%27

Triadic Colors of #b94641

#b94641 #41b946 #4641b9

Analogous Colors of #b94641

#b94641 #b98241 #b94178

Monochromatic Colors of #b94641

#b94641

Complementary Color

#b94641 #41b4b9

#b94641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94641 Color CSS Codes

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

#b94641 Text Font Color

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

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


#b94641 Background Color

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

This div background color is #b94641


#b94641 Border Color

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

This div border color is #b94641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94641


Comments

No comments written yet.

Please login to write comment.