Color Hex Logo

#b7605e Color Hex

#B7605E
(183,96,94)
0 Favorites   0 Comments

Color spaces of #b7605e

RGB 1839694
HSL0.000.380.54
HSV49°72°
CMYK 0.000.480.49   0.28
XYZ25.731719.241212.9474
Yxy19.24120.44430.3322
Hunter Lab43.864827.947213.2050
CIE-Lab50.968234.798517.1132

#b7605e color RGB value is (183,96,94).

#b7605e hex color red value is 183, green value is 96 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b7605e hue: 0.00 , saturation: 0.38 and the lightness value of b7605e is 0.54.

The process color (four color CMYK) of #b7605e color hex is 0.00, 0.48, 0.49, 0.28. Web safe color of #b7605e is #cc6666. Color #b7605e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100000 01011110
Octal 267 140 136
Decimal 183 96 94
Hex B7 60 5E

RGB Percentages of Color #b7605e

%49.06
%25.74
%25.20

CMYK Percentages of Color #b7605e

%0
%48
%49
%28

Triadic Colors of #b7605e

#b7605e #5eb760 #605eb7

Analogous Colors of #b7605e

#b7605e #b78d5e #b75e89

Monochromatic Colors of #b7605e

#b7605e

Complementary Color

#b7605e #5eb5b7

#b7605e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7605e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7605e Color CSS Codes

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

#b7605e Text Font Color

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

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


#b7605e Background Color

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

This div background color is #b7605e


#b7605e Border Color

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

This div border color is #b7605e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7605e


Comments

No comments written yet.

Please login to write comment.