Color Hex Logo

#b54716 Color Hex

#B54716
(181,71,22)
0 Favorites   0 Comments

Color spaces of #b54716

RGB 1817122
HSL0.050.780.40
HSV18°88°71°
CMYK 0.000.610.88   0.29
XYZ21.454114.38822.4055
Yxy14.38820.56090.3762
Hunter Lab37.931834.578422.7923
CIE-Lab44.784642.432048.6818

#b54716 color RGB value is (181,71,22).

#b54716 hex color red value is 181, green value is 71 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b54716 hue: 0.05 , saturation: 0.78 and the lightness value of b54716 is 0.40.

The process color (four color CMYK) of #b54716 color hex is 0.00, 0.61, 0.88, 0.29. Web safe color of #b54716 is #cc3300. Color #b54716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000111 00010110
Octal 265 107 26
Decimal 181 71 22
Hex B5 47 16

RGB Percentages of Color #b54716

%66.06
%25.91
%8.03

CMYK Percentages of Color #b54716

%0
%61
%88
%29

Triadic Colors of #b54716

#b54716 #16b547 #4716b5

Analogous Colors of #b54716

#b54716 #b59716 #b51634

Monochromatic Colors of #b54716

#b54716

Complementary Color

#b54716 #1684b5

#b54716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54716 Color CSS Codes

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

#b54716 Text Font Color

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

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


#b54716 Background Color

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

This div background color is #b54716


#b54716 Border Color

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

This div border color is #b54716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54716


Comments

No comments written yet.

Please login to write comment.