Color Hex Logo

#b3852d Color Hex

#B3852D
(179,133,45)
0 Favorites   0 Comments

Color spaces of #b3852d

RGB 17913345
HSL0.110.600.44
HSV39°75°70°
CMYK 0.000.260.75   0.30
XYZ27.451626.54826.1601
Yxy26.54820.45630.4413
Hunter Lab51.52494.933128.9790
CIE-Lab58.55389.153851.7626

#b3852d color RGB value is (179,133,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000101 00101101
Octal 263 205 55
Decimal 179 133 45
Hex B3 85 2D

RGB Percentages of Color #b3852d

%50.14
%37.25
%12.61

CMYK Percentages of Color #b3852d

%0
%26
%75
%30

Triadic Colors of #b3852d

#b3852d #2db385 #852db3

Analogous Colors of #b3852d

#b3852d #9eb32d #b3422d

Monochromatic Colors of #b3852d

#b3852d

Complementary Color

#b3852d #2d5bb3

#b3852d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3852d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3852d Color CSS Codes

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

#b3852d Text Font Color

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

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


#b3852d Background Color

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

This div background color is #b3852d


#b3852d Border Color

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

This div border color is #b3852d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3852d

#b3852d Color Palettes


Comments

No comments written yet.

Please login to write comment.