Color Hex Logo

#b3894d Color Hex

#B3894D
(179,137,77)
0 Favorites   0 Comments

Color spaces of #b3894d

RGB 17913777
HSL0.100.400.50
HSV35°57°70°
CMYK 0.000.230.57   0.30
XYZ28.875628.010810.9059
Yxy28.01080.42590.4132
Hunter Lab52.92524.769124.8302
CIE-Lab59.89858.976437.9777

#b3894d color RGB value is (179,137,77).

#b3894d hex color red value is 179, green value is 137 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #b3894d hue: 0.10 , saturation: 0.40 and the lightness value of b3894d is 0.50.

The process color (four color CMYK) of #b3894d color hex is 0.00, 0.23, 0.57, 0.30. Web safe color of #b3894d is #cc9966. Color #b3894d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001001 01001101
Octal 263 211 115
Decimal 179 137 77
Hex B3 89 4D

RGB Percentages of Color #b3894d

%45.55
%34.86
%19.59

CMYK Percentages of Color #b3894d

%0
%23
%57
%30

Triadic Colors of #b3894d

#b3894d #4db389 #894db3

Analogous Colors of #b3894d

#b3894d #aab34d #b3564d

Monochromatic Colors of #b3894d

#b3894d

Complementary Color

#b3894d #4d77b3

#b3894d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3894d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3894d Color CSS Codes

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

#b3894d Text Font Color

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

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


#b3894d Background Color

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

This div background color is #b3894d


#b3894d Border Color

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

This div border color is #b3894d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3894d


Comments

No comments written yet.

Please login to write comment.