Color Hex Logo

#b77289 Color Hex

#B77289
(183,114,137)
0 Favorites   0 Comments

Color spaces of #b77289

RGB 183114137
HSL0.940.320.58
HSV340°38°72°
CMYK 0.000.380.25   0.28
XYZ30.061123.908026.6972
Yxy23.90800.37270.2964
Hunter Lab48.895824.17401.8546
CIE-Lab55.995630.3377-1.0488

#b77289 color RGB value is (183,114,137).

#b77289 hex color red value is 183, green value is 114 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b77289 hue: 0.94 , saturation: 0.32 and the lightness value of b77289 is 0.58.

The process color (four color CMYK) of #b77289 color hex is 0.00, 0.38, 0.25, 0.28. Web safe color of #b77289 is #cc6699. Color #b77289 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110010 10001001
Octal 267 162 211
Decimal 183 114 137
Hex B7 72 89

RGB Percentages of Color #b77289

%42.17
%26.27
%31.57

CMYK Percentages of Color #b77289

%0
%38
%25
%28

Triadic Colors of #b77289

#b77289 #89b772 #7289b7

Analogous Colors of #b77289

#b77289 #b77e72 #b772ac

Monochromatic Colors of #b77289

#b77289

Complementary Color

#b77289 #72b7a0

#b77289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77289 Color CSS Codes

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

#b77289 Text Font Color

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

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


#b77289 Background Color

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

This div background color is #b77289


#b77289 Border Color

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

This div border color is #b77289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77289


Comments

No comments written yet.

Please login to write comment.