Color Hex Logo

#b14d2f Color Hex

#B14D2F
(177,77,47)
0 Favorites   0 Comments

Color spaces of #b14d2f

RGB 1777747
HSL0.040.580.44
HSV14°73°69°
CMYK 0.000.560.73   0.31
XYZ21.298414.86014.4351
Yxy14.86010.52470.3661
Hunter Lab38.548831.161720.1628
CIE-Lab45.442038.860237.1203

#b14d2f color RGB value is (177,77,47).

#b14d2f hex color red value is 177, green value is 77 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b14d2f hue: 0.04 , saturation: 0.58 and the lightness value of b14d2f is 0.44.

The process color (four color CMYK) of #b14d2f color hex is 0.00, 0.56, 0.73, 0.31. Web safe color of #b14d2f is #996633. Color #b14d2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001101 00101111
Octal 261 115 57
Decimal 177 77 47
Hex B1 4D 2F

RGB Percentages of Color #b14d2f

%58.80
%25.58
%15.61

CMYK Percentages of Color #b14d2f

%0
%56
%73
%31

Triadic Colors of #b14d2f

#b14d2f #2fb14d #4d2fb1

Analogous Colors of #b14d2f

#b14d2f #b18e2f #b12f52

Monochromatic Colors of #b14d2f

#b14d2f

Complementary Color

#b14d2f #2f93b1

#b14d2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14d2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14d2f Color CSS Codes

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

#b14d2f Text Font Color

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

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


#b14d2f Background Color

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

This div background color is #b14d2f


#b14d2f Border Color

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

This div border color is #b14d2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,77,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14d2f


Comments

No comments written yet.

Please login to write comment.