Color Hex Logo

#b3814d Color Hex

#B3814D
(179,129,77)
0 Favorites   0 Comments

Color spaces of #b3814d

RGB 17912977
HSL0.080.400.50
HSV31°57°70°
CMYK 0.000.280.57   0.30
XYZ27.780225.820010.5408
Yxy25.82000.43310.4026
Hunter Lab50.81348.664423.2702
CIE-Lab57.865813.432835.5213

#b3814d color RGB value is (179,129,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000001 01001101
Octal 263 201 115
Decimal 179 129 77
Hex B3 81 4D

RGB Percentages of Color #b3814d

%46.49
%33.51
%20.00

CMYK Percentages of Color #b3814d

%0
%28
%57
%30

Triadic Colors of #b3814d

#b3814d #4db381 #814db3

Analogous Colors of #b3814d

#b3814d #b2b34d #b34e4d

Monochromatic Colors of #b3814d

#b3814d

Complementary Color

#b3814d #4d7fb3

#b3814d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3814d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3814d Color CSS Codes

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

#b3814d Text Font Color

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

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


#b3814d Background Color

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

This div background color is #b3814d


#b3814d Border Color

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

This div border color is #b3814d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3814d


Comments

No comments written yet.

Please login to write comment.