Color Hex Logo

#b7322c Color Hex

#B7322C
(183,50,44)
0 Favorites   0 Comments

Color spaces of #b7322c

RGB 1835044
HSL0.010.610.45
HSV76°72°
CMYK 0.000.730.76   0.28
XYZ21.123712.53033.6881
Yxy12.53030.56570.3356
Hunter Lab35.398244.572318.6013
CIE-Lab42.046852.661835.3698

#b7322c color RGB value is (183,50,44).

#b7322c hex color red value is 183, green value is 50 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #b7322c hue: 0.01 , saturation: 0.61 and the lightness value of b7322c is 0.45.

The process color (four color CMYK) of #b7322c color hex is 0.00, 0.73, 0.76, 0.28. Web safe color of #b7322c is #cc3333. Color #b7322c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110010 00101100
Octal 267 62 54
Decimal 183 50 44
Hex B7 32 2C

RGB Percentages of Color #b7322c

%66.06
%18.05
%15.88

CMYK Percentages of Color #b7322c

%0
%73
%76
%28

Triadic Colors of #b7322c

#b7322c #2cb732 #322cb7

Analogous Colors of #b7322c

#b7322c #b7782c #b72c6c

Monochromatic Colors of #b7322c

#b7322c

Complementary Color

#b7322c #2cb1b7

#b7322c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7322c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7322c Color CSS Codes

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

#b7322c Text Font Color

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

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


#b7322c Background Color

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

This div background color is #b7322c


#b7322c Border Color

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

This div border color is #b7322c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,50,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 #b7322c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7322c


Comments

No comments written yet.

Please login to write comment.