Color Hex Logo

#b04349 Color Hex

#B04349
(176,67,73)
0 Favorites   0 Comments

Color spaces of #b04349

RGB 1766773
HSL0.990.450.48
HSV357°62°69°
CMYK 0.000.620.59   0.31
XYZ21.114213.72557.8398
Yxy13.72550.49470.3216
Hunter Lab37.047936.896013.3871
CIE-Lab43.836744.901619.9625

#b04349 color RGB value is (176,67,73).

#b04349 hex color red value is 176, green value is 67 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b04349 hue: 0.99 , saturation: 0.45 and the lightness value of b04349 is 0.48.

The process color (four color CMYK) of #b04349 color hex is 0.00, 0.62, 0.59, 0.31. Web safe color of #b04349 is #993333. Color #b04349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000011 01001001
Octal 260 103 111
Decimal 176 67 73
Hex B0 43 49

RGB Percentages of Color #b04349

%55.70
%21.20
%23.10

CMYK Percentages of Color #b04349

%0
%62
%59
%31

Triadic Colors of #b04349

#b04349 #49b043 #4349b0

Analogous Colors of #b04349

#b04349 #b07443 #b04380

Monochromatic Colors of #b04349

#b04349

Complementary Color

#b04349 #43b0aa

#b04349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04349 Color CSS Codes

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

#b04349 Text Font Color

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

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


#b04349 Background Color

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

This div background color is #b04349


#b04349 Border Color

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

This div border color is #b04349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04349


Comments

No comments written yet.

Please login to write comment.