Color Hex Logo

#b46328 Color Hex

#B46328
(180,99,40)
0 Favorites   0 Comments

Color spaces of #b46328

RGB 1809940
HSL0.070.640.43
HSV25°78°71°
CMYK 0.000.450.78   0.29
XYZ23.667218.78024.3850
Yxy18.78020.50540.4010
Hunter Lab43.336121.646124.3360
CIE-Lab50.429128.229845.9788

#b46328 color RGB value is (180,99,40).

#b46328 hex color red value is 180, green value is 99 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #b46328 hue: 0.07 , saturation: 0.64 and the lightness value of b46328 is 0.43.

The process color (four color CMYK) of #b46328 color hex is 0.00, 0.45, 0.78, 0.29. Web safe color of #b46328 is #cc6633. Color #b46328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100011 00101000
Octal 264 143 50
Decimal 180 99 40
Hex B4 63 28

RGB Percentages of Color #b46328

%56.43
%31.03
%12.54

CMYK Percentages of Color #b46328

%0
%45
%78
%29

Triadic Colors of #b46328

#b46328 #28b463 #6328b4

Analogous Colors of #b46328

#b46328 #b4a928 #b42833

Monochromatic Colors of #b46328

#b46328

Complementary Color

#b46328 #2879b4

#b46328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46328 Color CSS Codes

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

#b46328 Text Font Color

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

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


#b46328 Background Color

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

This div background color is #b46328


#b46328 Border Color

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

This div border color is #b46328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46328


Comments

No comments written yet.

Please login to write comment.