Color Hex Logo

#b3853d Color Hex

#B3853D
(179,133,61)
0 Favorites   0 Comments

Color spaces of #b3853d

RGB 17913361
HSL0.100.490.47
HSV37°66°70°
CMYK 0.000.260.66   0.30
XYZ27.820226.69578.1014
Yxy26.69570.44430.4263
Hunter Lab51.66795.693326.8710
CIE-Lab58.691610.032544.6591

#b3853d color RGB value is (179,133,61).

#b3853d hex color red value is 179, green value is 133 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #b3853d hue: 0.10 , saturation: 0.49 and the lightness value of b3853d is 0.47.

The process color (four color CMYK) of #b3853d color hex is 0.00, 0.26, 0.66, 0.30. Web safe color of #b3853d is #cc9933. Color #b3853d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000101 00111101
Octal 263 205 75
Decimal 179 133 61
Hex B3 85 3D

RGB Percentages of Color #b3853d

%47.99
%35.66
%16.35

CMYK Percentages of Color #b3853d

%0
%26
%66
%30

Triadic Colors of #b3853d

#b3853d #3db385 #853db3

Analogous Colors of #b3853d

#b3853d #a6b33d #b34a3d

Monochromatic Colors of #b3853d

#b3853d

Complementary Color

#b3853d #3d6bb3

#b3853d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3853d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3853d Color CSS Codes

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

#b3853d Text Font Color

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

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


#b3853d Background Color

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

This div background color is #b3853d


#b3853d Border Color

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

This div border color is #b3853d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3853d


Comments

No comments written yet.

Please login to write comment.