Color Hex Logo

#b3872e Color Hex

#B3872E
(179,135,46)
0 Favorites   0 Comments

Color spaces of #b3872e

RGB 17913546
HSL0.110.590.44
HSV40°74°70°
CMYK 0.000.250.74   0.30
XYZ27.747527.10896.3549
Yxy27.10890.45330.4429
Hunter Lab52.06624.011629.2098
CIE-Lab59.07508.090551.8603

#b3872e color RGB value is (179,135,46).

#b3872e hex color red value is 179, green value is 135 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b3872e hue: 0.11 , saturation: 0.59 and the lightness value of b3872e is 0.44.

The process color (four color CMYK) of #b3872e color hex is 0.00, 0.25, 0.74, 0.30. Web safe color of #b3872e is #cc9933. Color #b3872e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000111 00101110
Octal 263 207 56
Decimal 179 135 46
Hex B3 87 2E

RGB Percentages of Color #b3872e

%49.72
%37.50
%12.78

CMYK Percentages of Color #b3872e

%0
%25
%74
%30

Triadic Colors of #b3872e

#b3872e #2eb387 #872eb3

Analogous Colors of #b3872e

#b3872e #9db32e #b3452e

Monochromatic Colors of #b3872e

#b3872e

Complementary Color

#b3872e #2e5ab3

#b3872e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3872e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3872e Color CSS Codes

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

#b3872e Text Font Color

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

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


#b3872e Background Color

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

This div background color is #b3872e


#b3872e Border Color

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

This div border color is #b3872e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3872e


Comments

No comments written yet.

Please login to write comment.