Color Hex Logo

#b75756 Color Hex

#B75756
(183,87,86)
0 Favorites   0 Comments

Color spaces of #b75756

RGB 1838786
HSL0.000.400.53
HSV53°72°
CMYK 0.000.520.53   0.28
XYZ24.616317.555610.8952
Yxy17.55560.46390.3308
Hunter Lab41.899431.546513.9123
CIE-Lab48.952638.743719.1359

#b75756 color RGB value is (183,87,86).

#b75756 hex color red value is 183, green value is 87 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #b75756 hue: 0.00 , saturation: 0.40 and the lightness value of b75756 is 0.53.

The process color (four color CMYK) of #b75756 color hex is 0.00, 0.52, 0.53, 0.28. Web safe color of #b75756 is #cc6666. Color #b75756 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010111 01010110
Octal 267 127 126
Decimal 183 87 86
Hex B7 57 56

RGB Percentages of Color #b75756

%51.40
%24.44
%24.16

CMYK Percentages of Color #b75756

%0
%52
%53
%28

Triadic Colors of #b75756

#b75756 #56b757 #5756b7

Analogous Colors of #b75756

#b75756 #b78856 #b75686

Monochromatic Colors of #b75756

#b75756

Complementary Color

#b75756 #56b6b7

#b75756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75756 Color CSS Codes

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

#b75756 Text Font Color

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

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


#b75756 Background Color

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

This div background color is #b75756


#b75756 Border Color

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

This div border color is #b75756


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,87,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b75756; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b75756;
  -webkit-box-shadow: 1px 1px 3px 2px #b75756;
  box-shadow:         1px 1px 3px 2px #b75756; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,87,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75756


Comments

No comments written yet.

Please login to write comment.