Color Hex Logo

#b7473c Color Hex

#B7473C
(183,71,60)
0 Favorites   0 Comments

Color spaces of #b7473c

RGB 1837160
HSL0.010.510.48
HSV67°72°
CMYK 0.000.610.67   0.28
XYZ22.597314.90005.9599
Yxy14.90000.52000.3429
Hunter Lab38.600536.945617.8660
CIE-Lab45.496944.675730.0917

#b7473c color RGB value is (183,71,60).

#b7473c hex color red value is 183, green value is 71 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b7473c hue: 0.01 , saturation: 0.51 and the lightness value of b7473c is 0.48.

The process color (four color CMYK) of #b7473c color hex is 0.00, 0.61, 0.67, 0.28. Web safe color of #b7473c is #cc3333. Color #b7473c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000111 00111100
Octal 267 107 74
Decimal 183 71 60
Hex B7 47 3C

RGB Percentages of Color #b7473c

%58.28
%22.61
%19.11

CMYK Percentages of Color #b7473c

%0
%61
%67
%28

Triadic Colors of #b7473c

#b7473c #3cb747 #473cb7

Analogous Colors of #b7473c

#b7473c #b7853c #b73c6f

Monochromatic Colors of #b7473c

#b7473c

Complementary Color

#b7473c #3cacb7

#b7473c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7473c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7473c Color CSS Codes

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

#b7473c Text Font Color

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

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


#b7473c Background Color

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

This div background color is #b7473c


#b7473c Border Color

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

This div border color is #b7473c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7473c


Comments

No comments written yet.

Please login to write comment.