Color Hex Logo

#b72649 Color Hex

#B72649
(183,38,73)
0 Favorites   0 Comments

Color spaces of #b72649

RGB 1833873
HSL0.960.660.43
HSV346°79°72°
CMYK 0.000.790.60   0.28
XYZ21.424211.93457.4777
Yxy11.93450.52460.2923
Hunter Lab34.546350.242111.3489
CIE-Lab41.111858.121416.5658

#b72649 color RGB value is (183,38,73).

#b72649 hex color red value is 183, green value is 38 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b72649 hue: 0.96 , saturation: 0.66 and the lightness value of b72649 is 0.43.

The process color (four color CMYK) of #b72649 color hex is 0.00, 0.79, 0.60, 0.28. Web safe color of #b72649 is #cc3333. Color #b72649 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100110 01001001
Octal 267 46 111
Decimal 183 38 73
Hex B7 26 49

RGB Percentages of Color #b72649

%62.24
%12.93
%24.83

CMYK Percentages of Color #b72649

%0
%79
%60
%28

Triadic Colors of #b72649

#b72649 #49b726 #2649b7

Analogous Colors of #b72649

#b72649 #b74c26 #b72692

Monochromatic Colors of #b72649

#b72649

Complementary Color

#b72649 #26b794

#b72649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72649 Color CSS Codes

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

#b72649 Text Font Color

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

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


#b72649 Background Color

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

This div background color is #b72649


#b72649 Border Color

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

This div border color is #b72649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72649


Comments

No comments written yet.

Please login to write comment.