Color Hex Logo

#b72f45 Color Hex

#B72F45
(183,47,69)
0 Favorites   0 Comments

Color spaces of #b72f45

RGB 1834769
HSL0.970.590.45
HSV350°74°72°
CMYK 0.000.740.62   0.28
XYZ21.619112.53006.9093
Yxy12.53000.52650.3052
Hunter Lab35.397747.072513.2056
CIE-Lab42.046455.013220.3072

#b72f45 color RGB value is (183,47,69).

#b72f45 hex color red value is 183, green value is 47 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b72f45 hue: 0.97 , saturation: 0.59 and the lightness value of b72f45 is 0.45.

The process color (four color CMYK) of #b72f45 color hex is 0.00, 0.74, 0.62, 0.28. Web safe color of #b72f45 is #cc3333. Color #b72f45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101111 01000101
Octal 267 57 105
Decimal 183 47 69
Hex B7 2F 45

RGB Percentages of Color #b72f45

%61.20
%15.72
%23.08

CMYK Percentages of Color #b72f45

%0
%74
%62
%28

Triadic Colors of #b72f45

#b72f45 #45b72f #2f45b7

Analogous Colors of #b72f45

#b72f45 #b75d2f #b72f89

Monochromatic Colors of #b72f45

#b72f45

Complementary Color

#b72f45 #2fb7a1

#b72f45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72f45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72f45 Color CSS Codes

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

#b72f45 Text Font Color

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

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


#b72f45 Background Color

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

This div background color is #b72f45


#b72f45 Border Color

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

This div border color is #b72f45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72f45


Comments

No comments written yet.

Please login to write comment.