Color Hex Logo

#b46815 Color Hex

#B46815
(180,104,21)
0 Favorites   0 Comments

Color spaces of #b46815

RGB 18010421
HSL0.090.790.39
HSV31°88°71°
CMYK 0.000.420.88   0.29
XYZ23.908119.65813.2438
Yxy19.65810.51070.4200
Hunter Lab44.337518.662126.6985
CIE-Lab51.448424.899654.2900

#b46815 color RGB value is (180,104,21).

#b46815 hex color red value is 180, green value is 104 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b46815 hue: 0.09 , saturation: 0.79 and the lightness value of b46815 is 0.39.

The process color (four color CMYK) of #b46815 color hex is 0.00, 0.42, 0.88, 0.29. Web safe color of #b46815 is #cc6600. Color #b46815 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101000 00010101
Octal 264 150 25
Decimal 180 104 21
Hex B4 68 15

RGB Percentages of Color #b46815

%59.02
%34.10
%6.89

CMYK Percentages of Color #b46815

%0
%42
%88
%29

Triadic Colors of #b46815

#b46815 #15b468 #6815b4

Analogous Colors of #b46815

#b46815 #b1b415 #b41915

Monochromatic Colors of #b46815

#b46815

Complementary Color

#b46815 #1561b4

#b46815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46815 Color CSS Codes

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

#b46815 Text Font Color

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

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


#b46815 Background Color

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

This div background color is #b46815


#b46815 Border Color

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

This div border color is #b46815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46815


Comments

No comments written yet.

Please login to write comment.