Color Hex Logo

#b56931 Color Hex

#B56931
(181,105,49)
0 Favorites   0 Comments

Color spaces of #b56931

RGB 18110549
HSL0.070.570.45
HSV25°73°71°
CMYK 0.000.420.73   0.29
XYZ24.662020.14875.4950
Yxy20.14870.49020.4005
Hunter Lab44.887319.518824.1630
CIE-Lab52.004925.784243.3405

#b56931 color RGB value is (181,105,49).

#b56931 hex color red value is 181, green value is 105 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #b56931 hue: 0.07 , saturation: 0.57 and the lightness value of b56931 is 0.45.

The process color (four color CMYK) of #b56931 color hex is 0.00, 0.42, 0.73, 0.29. Web safe color of #b56931 is #cc6633. Color #b56931 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101001 00110001
Octal 265 151 61
Decimal 181 105 49
Hex B5 69 31

RGB Percentages of Color #b56931

%54.03
%31.34
%14.63

CMYK Percentages of Color #b56931

%0
%42
%73
%29

Triadic Colors of #b56931

#b56931 #31b569 #6931b5

Analogous Colors of #b56931

#b56931 #b5ab31 #b5313b

Monochromatic Colors of #b56931

#b56931

Complementary Color

#b56931 #317db5

#b56931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56931 Color CSS Codes

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

#b56931 Text Font Color

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

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


#b56931 Background Color

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

This div background color is #b56931


#b56931 Border Color

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

This div border color is #b56931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56931


Comments

No comments written yet.

Please login to write comment.