Color Hex Logo

#b95545 Color Hex

#B95545
(185,85,69)
0 Favorites   0 Comments

Color spaces of #b95545

RGB 1858569
HSL0.020.460.50
HSV63°73°
CMYK 0.000.540.63   0.27
XYZ24.330317.24107.6757
Yxy17.24100.49400.3501
Hunter Lab41.522331.929418.1054
CIE-Lab48.562339.187028.6947

#b95545 color RGB value is (185,85,69).

#b95545 hex color red value is 185, green value is 85 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b95545 hue: 0.02 , saturation: 0.46 and the lightness value of b95545 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010101 01000101
Octal 271 125 105
Decimal 185 85 69
Hex B9 55 45

RGB Percentages of Color #b95545

%54.57
%25.07
%20.35

CMYK Percentages of Color #b95545

%0
%54
%63
%27

Triadic Colors of #b95545

#b95545 #45b955 #5545b9

Analogous Colors of #b95545

#b95545 #b98f45 #b9456f

Monochromatic Colors of #b95545

#b95545

Complementary Color

#b95545 #45a9b9

#b95545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95545 Color CSS Codes

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

#b95545 Text Font Color

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

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


#b95545 Background Color

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

This div background color is #b95545


#b95545 Border Color

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

This div border color is #b95545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95545


Comments

No comments written yet.

Please login to write comment.