Color Hex Logo

#b35245 Color Hex

#B35245
(179,82,69)
0 Favorites   0 Comments

Color spaces of #b35245

RGB 1798269
HSL0.020.440.49
HSV61°70°
CMYK 0.000.540.61   0.30
XYZ22.681916.04807.5323
Yxy16.04800.49030.3469
Hunter Lab40.060030.961616.8939
CIE-Lab47.037438.421826.5834

#b35245 color RGB value is (179,82,69).

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

The process color (four color CMYK) of #b35245 color hex is 0.00, 0.54, 0.61, 0.30. Web safe color of #b35245 is #cc6633. Color #b35245 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010010 01000101
Octal 263 122 105
Decimal 179 82 69
Hex B3 52 45

RGB Percentages of Color #b35245

%54.24
%24.85
%20.91

CMYK Percentages of Color #b35245

%0
%54
%61
%30

Triadic Colors of #b35245

#b35245 #45b352 #5245b3

Analogous Colors of #b35245

#b35245 #b38945 #b3456f

Monochromatic Colors of #b35245

#b35245

Complementary Color

#b35245 #45a6b3

#b35245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35245 Color CSS Codes

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

#b35245 Text Font Color

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

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


#b35245 Background Color

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

This div background color is #b35245


#b35245 Border Color

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

This div border color is #b35245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35245


Comments

No comments written yet.

Please login to write comment.