Color Hex Logo

#b46948 Color Hex

#B46948
(180,105,72)
0 Favorites   0 Comments

Color spaces of #b46948

RGB 18010572
HSL0.050.430.49
HSV18°60°71°
CMYK 0.000.420.60   0.29
XYZ25.043720.27438.7243
Yxy20.27430.46340.3752
Hunter Lab45.027020.483220.0310
CIE-Lab52.145926.813331.2706

#b46948 color RGB value is (180,105,72).

#b46948 hex color red value is 180, green value is 105 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b46948 hue: 0.05 , saturation: 0.43 and the lightness value of b46948 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 01001000
Octal 264 151 110
Decimal 180 105 72
Hex B4 69 48

RGB Percentages of Color #b46948

%50.42
%29.41
%20.17

CMYK Percentages of Color #b46948

%0
%42
%60
%29

Triadic Colors of #b46948

#b46948 #48b469 #6948b4

Analogous Colors of #b46948

#b46948 #b49f48 #b4485d

Monochromatic Colors of #b46948

#b46948

Complementary Color

#b46948 #4893b4

#b46948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46948 Color CSS Codes

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

#b46948 Text Font Color

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

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


#b46948 Background Color

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

This div background color is #b46948


#b46948 Border Color

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

This div border color is #b46948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46948


Comments

No comments written yet.

Please login to write comment.