Color Hex Logo

#b35849 Color Hex

#B35849
(179,88,73)
0 Favorites   0 Comments

Color spaces of #b35849

RGB 1798873
HSL0.020.420.49
HSV59°70°
CMYK 0.000.510.59   0.30
XYZ23.282717.04428.3661
Yxy17.04420.47820.3500
Hunter Lab41.284628.418016.8844
CIE-Lab48.315735.626425.8633

#b35849 color RGB value is (179,88,73).

#b35849 hex color red value is 179, green value is 88 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b35849 hue: 0.02 , saturation: 0.42 and the lightness value of b35849 is 0.49.

The process color (four color CMYK) of #b35849 color hex is 0.00, 0.51, 0.59, 0.30. Web safe color of #b35849 is #cc6633. Color #b35849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011000 01001001
Octal 263 130 111
Decimal 179 88 73
Hex B3 58 49

RGB Percentages of Color #b35849

%52.65
%25.88
%21.47

CMYK Percentages of Color #b35849

%0
%51
%59
%30

Triadic Colors of #b35849

#b35849 #49b358 #5849b3

Analogous Colors of #b35849

#b35849 #b38d49 #b3496f

Monochromatic Colors of #b35849

#b35849

Complementary Color

#b35849 #49a4b3

#b35849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35849 Color CSS Codes

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

#b35849 Text Font Color

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

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


#b35849 Background Color

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

This div background color is #b35849


#b35849 Border Color

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

This div border color is #b35849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35849


Comments

No comments written yet.

Please login to write comment.