Color Hex Logo

#b95345 Color Hex

#B95345
(185,83,69)
0 Favorites   0 Comments

Color spaces of #b95345

RGB 1858369
HSL0.020.460.50
HSV63°73°
CMYK 0.000.550.63   0.27
XYZ24.175016.93057.6240
Yxy16.93050.49610.3474
Hunter Lab41.146732.867817.8169
CIE-Lab48.172340.190828.2084

#b95345 color RGB value is (185,83,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01010011 01000101
Octal 271 123 105
Decimal 185 83 69
Hex B9 53 45

RGB Percentages of Color #b95345

%54.90
%24.63
%20.47

CMYK Percentages of Color #b95345

%0
%55
%63
%27

Triadic Colors of #b95345

#b95345 #45b953 #5345b9

Analogous Colors of #b95345

#b95345 #b98d45 #b94571

Monochromatic Colors of #b95345

#b95345

Complementary Color

#b95345 #45abb9

#b95345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95345 Color CSS Codes

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

#b95345 Text Font Color

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

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


#b95345 Background Color

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

This div background color is #b95345


#b95345 Border Color

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

This div border color is #b95345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95345


Comments

No comments written yet.

Please login to write comment.