Color Hex Logo

#b46929 Color Hex

#B46929
(180,105,41)
0 Favorites   0 Comments

Color spaces of #b46929

RGB 18010541
HSL0.080.630.43
HSV28°77°71°
CMYK 0.000.420.77   0.29
XYZ24.274219.96654.6724
Yxy19.96650.49630.4082
Hunter Lab44.683918.772025.0790
CIE-Lab51.799324.990146.8752

#b46929 color RGB value is (180,105,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 00101001
Octal 264 151 51
Decimal 180 105 41
Hex B4 69 29

RGB Percentages of Color #b46929

%55.21
%32.21
%12.58

CMYK Percentages of Color #b46929

%0
%42
%77
%29

Triadic Colors of #b46929

#b46929 #29b469 #6929b4

Analogous Colors of #b46929

#b46929 #b4af29 #b4292e

Monochromatic Colors of #b46929

#b46929

Complementary Color

#b46929 #2974b4

#b46929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46929 Color CSS Codes

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

#b46929 Text Font Color

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

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


#b46929 Background Color

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

This div background color is #b46929


#b46929 Border Color

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

This div border color is #b46929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46929


Comments

No comments written yet.

Please login to write comment.