Color Hex Logo

#b3945f Color Hex

#B3945F
(179,148,95)
0 Favorites   0 Comments

Color spaces of #b3945f

RGB 17914895
HSL0.110.360.54
HSV38°47°70°
CMYK 0.000.170.47   0.30
XYZ31.245931.589715.2771
Yxy31.58970.40000.4044
Hunter Lab56.20470.875323.2276
CIE-Lab63.00234.554232.2850

#b3945f color RGB value is (179,148,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010100 01011111
Octal 263 224 137
Decimal 179 148 95
Hex B3 94 5F

RGB Percentages of Color #b3945f

%42.42
%35.07
%22.51

CMYK Percentages of Color #b3945f

%0
%17
%47
%30

Triadic Colors of #b3945f

#b3945f #5fb394 #945fb3

Analogous Colors of #b3945f

#b3945f #a8b35f #b36a5f

Monochromatic Colors of #b3945f

#b3945f

Complementary Color

#b3945f #5f7eb3

#b3945f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3945f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3945f Color CSS Codes

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

#b3945f Text Font Color

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

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


#b3945f Background Color

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

This div background color is #b3945f


#b3945f Border Color

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

This div border color is #b3945f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3945f


Comments

No comments written yet.

Please login to write comment.