Color Hex Logo

#b76370 Color Hex

#B76370
(183,99,112)
0 Favorites   0 Comments

Color spaces of #b76370

RGB 18399112
HSL0.970.370.55
HSV351°46°72°
CMYK 0.000.460.39   0.28
XYZ26.914920.160817.8021
Yxy20.16080.41490.3108
Hunter Lab44.900828.42207.9235
CIE-Lab52.018535.15497.9112

#b76370 color RGB value is (183,99,112).

#b76370 hex color red value is 183, green value is 99 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #b76370 hue: 0.97 , saturation: 0.37 and the lightness value of b76370 is 0.55.

The process color (four color CMYK) of #b76370 color hex is 0.00, 0.46, 0.39, 0.28. Web safe color of #b76370 is #cc6666. Color #b76370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100011 01110000
Octal 267 143 160
Decimal 183 99 112
Hex B7 63 70

RGB Percentages of Color #b76370

%46.45
%25.13
%28.43

CMYK Percentages of Color #b76370

%0
%46
%39
%28

Triadic Colors of #b76370

#b76370 #70b763 #6370b7

Analogous Colors of #b76370

#b76370 #b78063 #b7639a

Monochromatic Colors of #b76370

#b76370

Complementary Color

#b76370 #63b7aa

#b76370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76370 Color CSS Codes

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

#b76370 Text Font Color

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

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


#b76370 Background Color

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

This div background color is #b76370


#b76370 Border Color

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

This div border color is #b76370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76370


Comments

No comments written yet.

Please login to write comment.