Color Hex Logo

#b95541 Color Hex

#B95541
(185,85,65)
0 Favorites   0 Comments

Color spaces of #b95541

RGB 1858565
HSL0.030.480.49
HSV10°65°73°
CMYK 0.000.540.65   0.27
XYZ24.210217.19297.0436
Yxy17.19290.49970.3549
Hunter Lab41.464331.660118.9534
CIE-Lab48.502238.922830.9243

#b95541 color RGB value is (185,85,65).

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

The process color (four color CMYK) of #b95541 color hex is 0.00, 0.54, 0.65, 0.27. Web safe color of #b95541 is #cc6633. Color #b95541 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010101 01000001
Octal 271 125 101
Decimal 185 85 65
Hex B9 55 41

RGB Percentages of Color #b95541

%55.22
%25.37
%19.40

CMYK Percentages of Color #b95541

%0
%54
%65
%27

Triadic Colors of #b95541

#b95541 #41b955 #5541b9

Analogous Colors of #b95541

#b95541 #b99141 #b94169

Monochromatic Colors of #b95541

#b95541

Complementary Color

#b95541 #41a5b9

#b95541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95541 Color CSS Codes

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

#b95541 Text Font Color

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

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


#b95541 Background Color

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

This div background color is #b95541


#b95541 Border Color

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

This div border color is #b95541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95541


Comments

No comments written yet.

Please login to write comment.