Color Hex Logo

#b35641 Color Hex

#B35641
(179,86,65)
0 Favorites   0 Comments

Color spaces of #b35641

RGB 1798665
HSL0.030.470.48
HSV11°64°70°
CMYK 0.000.520.64   0.30
XYZ22.872316.62097.0037
Yxy16.62090.49190.3575
Hunter Lab40.768728.797818.3526
CIE-Lab47.778836.091629.8290

#b35641 color RGB value is (179,86,65).

#b35641 hex color red value is 179, green value is 86 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #b35641 hue: 0.03 , saturation: 0.47 and the lightness value of b35641 is 0.48.

The process color (four color CMYK) of #b35641 color hex is 0.00, 0.52, 0.64, 0.30. Web safe color of #b35641 is #cc6633. Color #b35641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010110 01000001
Octal 263 126 101
Decimal 179 86 65
Hex B3 56 41

RGB Percentages of Color #b35641

%54.24
%26.06
%19.70

CMYK Percentages of Color #b35641

%0
%52
%64
%30

Triadic Colors of #b35641

#b35641 #41b356 #5641b3

Analogous Colors of #b35641

#b35641 #b38f41 #b34165

Monochromatic Colors of #b35641

#b35641

Complementary Color

#b35641 #419eb3

#b35641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35641 Color CSS Codes

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

#b35641 Text Font Color

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

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


#b35641 Background Color

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

This div background color is #b35641


#b35641 Border Color

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

This div border color is #b35641


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,86,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35641


Comments

No comments written yet.

Please login to write comment.