Color Hex Logo

#b35215 Color Hex

#B35215
(179,82,21)
0 Favorites   0 Comments

Color spaces of #b35215

RGB 1798221
HSL0.060.790.39
HSV23°88°70°
CMYK 0.000.540.88   0.30
XYZ21.743115.67242.5886
Yxy15.67240.54350.3918
Hunter Lab39.588428.757823.8350
CIE-Lab46.541736.219150.3221

#b35215 color RGB value is (179,82,21).

#b35215 hex color red value is 179, green value is 82 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b35215 hue: 0.06 , saturation: 0.79 and the lightness value of b35215 is 0.39.

The process color (four color CMYK) of #b35215 color hex is 0.00, 0.54, 0.88, 0.30. Web safe color of #b35215 is #cc6600. Color #b35215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010010 00010101
Octal 263 122 25
Decimal 179 82 21
Hex B3 52 15

RGB Percentages of Color #b35215

%63.48
%29.08
%7.45

CMYK Percentages of Color #b35215

%0
%54
%88
%30

Triadic Colors of #b35215

#b35215 #15b352 #5215b3

Analogous Colors of #b35215

#b35215 #b3a115 #b31527

Monochromatic Colors of #b35215

#b35215

Complementary Color

#b35215 #1576b3

#b35215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35215 Color CSS Codes

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

#b35215 Text Font Color

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

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


#b35215 Background Color

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

This div background color is #b35215


#b35215 Border Color

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

This div border color is #b35215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35215


Comments

No comments written yet.

Please login to write comment.