Color Hex Logo

#b76574 Color Hex

#B76574
(183,101,116)
0 Favorites   0 Comments

Color spaces of #b76574

RGB 183101116
HSL0.970.360.56
HSV349°45°72°
CMYK 0.000.450.37   0.28
XYZ27.334520.635619.0654
Yxy20.63560.40780.3078
Hunter Lab45.426427.91286.9146
CIE-Lab52.548434.56876.2966

#b76574 color RGB value is (183,101,116).

#b76574 hex color red value is 183, green value is 101 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b76574 hue: 0.97 , saturation: 0.36 and the lightness value of b76574 is 0.56.

The process color (four color CMYK) of #b76574 color hex is 0.00, 0.45, 0.37, 0.28. Web safe color of #b76574 is #cc6666. Color #b76574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100101 01110100
Octal 267 145 164
Decimal 183 101 116
Hex B7 65 74

RGB Percentages of Color #b76574

%45.75
%25.25
%29.00

CMYK Percentages of Color #b76574

%0
%45
%37
%28

Triadic Colors of #b76574

#b76574 #74b765 #6574b7

Analogous Colors of #b76574

#b76574 #b77f65 #b7659d

Monochromatic Colors of #b76574

#b76574

Complementary Color

#b76574 #65b7a8

#b76574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76574 Color CSS Codes

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

#b76574 Text Font Color

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

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


#b76574 Background Color

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

This div background color is #b76574


#b76574 Border Color

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

This div border color is #b76574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76574


Comments

No comments written yet.

Please login to write comment.