Color Hex Logo

#b7605f Color Hex

#B7605F
(183,96,95)
0 Favorites   0 Comments

Color spaces of #b7605f

RGB 1839695
HSL0.000.380.55
HSV48°72°
CMYK 0.000.480.48   0.28
XYZ25.776919.259213.1853
Yxy19.25920.44270.3308
Hunter Lab43.885328.046212.9061
CIE-Lab50.989134.897816.5505

#b7605f color RGB value is (183,96,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100000 01011111
Octal 267 140 137
Decimal 183 96 95
Hex B7 60 5F

RGB Percentages of Color #b7605f

%48.93
%25.67
%25.40

CMYK Percentages of Color #b7605f

%0
%48
%48
%28

Triadic Colors of #b7605f

#b7605f #5fb760 #605fb7

Analogous Colors of #b7605f

#b7605f #b78c5f #b75f8a

Monochromatic Colors of #b7605f

#b7605f

Complementary Color

#b7605f #5fb6b7

#b7605f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7605f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7605f Color CSS Codes

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

#b7605f Text Font Color

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

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


#b7605f Background Color

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

This div background color is #b7605f


#b7605f Border Color

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

This div border color is #b7605f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7605f

#b7605f Color Palettes


Comments

No comments written yet.

Please login to write comment.