Color Hex Logo

#b1532c Color Hex

#B1532C
(177,83,44)
0 Favorites   0 Comments

Color spaces of #b1532c

RGB 1778344
HSL0.050.600.43
HSV18°75°69°
CMYK 0.000.530.75   0.31
XYZ21.679315.71554.2736
Yxy15.71550.52030.3772
Hunter Lab39.642828.240821.3583
CIE-Lab46.599035.672839.9608

#b1532c color RGB value is (177,83,44).

#b1532c hex color red value is 177, green value is 83 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #b1532c hue: 0.05 , saturation: 0.60 and the lightness value of b1532c is 0.43.

The process color (four color CMYK) of #b1532c color hex is 0.00, 0.53, 0.75, 0.31. Web safe color of #b1532c is #996633. Color #b1532c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010011 00101100
Octal 261 123 54
Decimal 177 83 44
Hex B1 53 2C

RGB Percentages of Color #b1532c

%58.22
%27.30
%14.47

CMYK Percentages of Color #b1532c

%0
%53
%75
%31

Triadic Colors of #b1532c

#b1532c #2cb153 #532cb1

Analogous Colors of #b1532c

#b1532c #b1962c #b12c48

Monochromatic Colors of #b1532c

#b1532c

Complementary Color

#b1532c #2c8ab1

#b1532c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1532c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1532c Color CSS Codes

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

#b1532c Text Font Color

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

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


#b1532c Background Color

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

This div background color is #b1532c


#b1532c Border Color

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

This div border color is #b1532c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1532c


Comments

No comments written yet.

Please login to write comment.