Color Hex Logo

#b3815f Color Hex

#B3815F
(179,129,95)
0 Favorites   0 Comments

Color spaces of #b3815f

RGB 17912995
HSL0.070.360.54
HSV24°47°70°
CMYK 0.000.280.47   0.30
XYZ28.506226.110414.3639
Yxy26.11040.41330.3785
Hunter Lab51.098310.157619.1022
CIE-Lab58.141715.109326.0181

#b3815f color RGB value is (179,129,95).

#b3815f hex color red value is 179, green value is 129 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b3815f hue: 0.07 , saturation: 0.36 and the lightness value of b3815f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000001 01011111
Octal 263 201 137
Decimal 179 129 95
Hex B3 81 5F

RGB Percentages of Color #b3815f

%44.42
%32.01
%23.57

CMYK Percentages of Color #b3815f

%0
%28
%47
%30

Triadic Colors of #b3815f

#b3815f #5fb381 #815fb3

Analogous Colors of #b3815f

#b3815f #b3ab5f #b35f67

Monochromatic Colors of #b3815f

#b3815f

Complementary Color

#b3815f #5f91b3

#b3815f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3815f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3815f Color CSS Codes

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

#b3815f Text Font Color

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

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


#b3815f Background Color

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

This div background color is #b3815f


#b3815f Border Color

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

This div border color is #b3815f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3815f


Comments

No comments written yet.

Please login to write comment.