Color Hex Logo

#b56a34 Color Hex

#B56A34
(181,106,52)
0 Favorites   0 Comments

Color spaces of #b56a34

RGB 18110652
HSL0.070.550.46
HSV25°71°71°
CMYK 0.000.410.71   0.29
XYZ24.829920.37985.8738
Yxy20.37980.48610.3990
Hunter Lab45.144019.175823.8864
CIE-Lab52.263925.389942.1264

#b56a34 color RGB value is (181,106,52).

#b56a34 hex color red value is 181, green value is 106 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #b56a34 hue: 0.07 , saturation: 0.55 and the lightness value of b56a34 is 0.46.

The process color (four color CMYK) of #b56a34 color hex is 0.00, 0.41, 0.71, 0.29. Web safe color of #b56a34 is #cc6633. Color #b56a34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01101010 00110100
Octal 265 152 64
Decimal 181 106 52
Hex B5 6A 34

RGB Percentages of Color #b56a34

%53.39
%31.27
%15.34

CMYK Percentages of Color #b56a34

%0
%41
%71
%29

Triadic Colors of #b56a34

#b56a34 #34b56a #6a34b5

Analogous Colors of #b56a34

#b56a34 #b5ab34 #b5343f

Monochromatic Colors of #b56a34

#b56a34

Complementary Color

#b56a34 #347fb5

#b56a34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b56a34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b56a34 Color CSS Codes

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

#b56a34 Text Font Color

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

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


#b56a34 Background Color

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

This div background color is #b56a34


#b56a34 Border Color

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

This div border color is #b56a34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b56a34


Comments

No comments written yet.

Please login to write comment.