Color Hex Logo

#b1583c Color Hex

#B1583C
(177,88,60)
0 Favorites   0 Comments

Color spaces of #b1583c

RGB 1778860
HSL0.040.490.46
HSV14°66°69°
CMYK 0.000.500.66   0.31
XYZ22.436816.65286.3067
Yxy16.65280.49420.3668
Hunter Lab40.807826.728419.4024
CIE-Lab47.819633.929332.6510

#b1583c color RGB value is (177,88,60).

#b1583c hex color red value is 177, green value is 88 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b1583c hue: 0.04 , saturation: 0.49 and the lightness value of b1583c is 0.46.

The process color (four color CMYK) of #b1583c color hex is 0.00, 0.50, 0.66, 0.31. Web safe color of #b1583c is #996633. Color #b1583c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011000 00111100
Octal 261 130 74
Decimal 177 88 60
Hex B1 58 3C

RGB Percentages of Color #b1583c

%54.46
%27.08
%18.46

CMYK Percentages of Color #b1583c

%0
%50
%66
%31

Triadic Colors of #b1583c

#b1583c #3cb158 #583cb1

Analogous Colors of #b1583c

#b1583c #b1933c #b13c5b

Monochromatic Colors of #b1583c

#b1583c

Complementary Color

#b1583c #3c95b1

#b1583c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1583c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1583c Color CSS Codes

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

#b1583c Text Font Color

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

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


#b1583c Background Color

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

This div background color is #b1583c


#b1583c Border Color

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

This div border color is #b1583c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,88,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1583c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1583c;
  -webkit-box-shadow: 1px 1px 3px 2px #b1583c;
  box-shadow:         1px 1px 3px 2px #b1583c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,88,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1583c

#b1583c Color Palettes


Comments

No comments written yet.

Please login to write comment.