Color Hex Logo

#b14724 Color Hex

#B14724
(177,71,36)
0 Favorites   0 Comments

Color spaces of #b14724

RGB 1777136
HSL0.040.660.42
HSV15°80°69°
CMYK 0.000.600.80   0.31
XYZ20.703113.98103.2765
Yxy13.98100.54540.3683
Hunter Lab37.391233.399020.9784
CIE-Lab44.205741.332941.5948

#b14724 color RGB value is (177,71,36).

#b14724 hex color red value is 177, green value is 71 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #b14724 hue: 0.04 , saturation: 0.66 and the lightness value of b14724 is 0.42.

The process color (four color CMYK) of #b14724 color hex is 0.00, 0.60, 0.80, 0.31. Web safe color of #b14724 is #993333. Color #b14724 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000111 00100100
Octal 261 107 44
Decimal 177 71 36
Hex B1 47 24

RGB Percentages of Color #b14724

%62.32
%25.00
%12.68

CMYK Percentages of Color #b14724

%0
%60
%80
%31

Triadic Colors of #b14724

#b14724 #24b147 #4724b1

Analogous Colors of #b14724

#b14724 #b18e24 #b12447

Monochromatic Colors of #b14724

#b14724

Complementary Color

#b14724 #248eb1

#b14724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14724 Color CSS Codes

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

#b14724 Text Font Color

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

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


#b14724 Background Color

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

This div background color is #b14724


#b14724 Border Color

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

This div border color is #b14724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14724


Comments

No comments written yet.

Please login to write comment.