Color Hex Logo

#b54416 Color Hex

#B54416
(181,68,22)
0 Favorites   0 Comments

Color spaces of #b54416

RGB 1816822
HSL0.050.780.40
HSV17°88°71°
CMYK 0.000.620.88   0.29
XYZ21.268014.01592.3435
Yxy14.01590.56520.3725
Hunter Lab37.437835.887722.4951
CIE-Lab44.255743.828848.2563

#b54416 color RGB value is (181,68,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000100 00010110
Octal 265 104 26
Decimal 181 68 22
Hex B5 44 16

RGB Percentages of Color #b54416

%66.79
%25.09
%8.12

CMYK Percentages of Color #b54416

%0
%62
%88
%29

Triadic Colors of #b54416

#b54416 #16b544 #4416b5

Analogous Colors of #b54416

#b54416 #b59416 #b51638

Monochromatic Colors of #b54416

#b54416

Complementary Color

#b54416 #1687b5

#b54416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54416 Color CSS Codes

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

#b54416 Text Font Color

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

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


#b54416 Background Color

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

This div background color is #b54416


#b54416 Border Color

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

This div border color is #b54416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54416


Comments

No comments written yet.

Please login to write comment.