Color Hex Logo

#b46551 Color Hex

#B46551
(180,101,81)
0 Favorites   0 Comments

Color spaces of #b46551

RGB 18010181
HSL0.030.400.51
HSV12°55°71°
CMYK 0.000.440.55   0.29
XYZ24.961319.604710.2531
Yxy19.60470.45530.3576
Hunter Lab44.277223.144417.2645
CIE-Lab51.387329.731325.1947

#b46551 color RGB value is (180,101,81).

#b46551 hex color red value is 180, green value is 101 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #b46551 hue: 0.03 , saturation: 0.40 and the lightness value of b46551 is 0.51.

The process color (four color CMYK) of #b46551 color hex is 0.00, 0.44, 0.55, 0.29. Web safe color of #b46551 is #cc6666. Color #b46551 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100101 01010001
Octal 264 145 121
Decimal 180 101 81
Hex B4 65 51

RGB Percentages of Color #b46551

%49.72
%27.90
%22.38

CMYK Percentages of Color #b46551

%0
%44
%55
%29

Triadic Colors of #b46551

#b46551 #51b465 #6551b4

Analogous Colors of #b46551

#b46551 #b49751 #b4516f

Monochromatic Colors of #b46551

#b46551

Complementary Color

#b46551 #51a0b4

#b46551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46551 Color CSS Codes

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

#b46551 Text Font Color

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

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


#b46551 Background Color

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

This div background color is #b46551


#b46551 Border Color

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

This div border color is #b46551


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,101,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b46551; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b46551;
  -webkit-box-shadow: 1px 1px 3px 2px #b46551;
  box-shadow:         1px 1px 3px 2px #b46551; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,101,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46551


Comments

No comments written yet.

Please login to write comment.