Color Hex Logo

#b47105 Color Hex

#B47105
(180,113,5)
0 Favorites   0 Comments

Color spaces of #b47105

RGB 1801135
HSL0.100.950.36
HSV37°97°71°
CMYK 0.000.370.97   0.29
XYZ24.754921.52452.9935
Yxy21.52450.50240.4368
Hunter Lab46.394514.052628.6506
CIE-Lab53.518819.658859.4972

#b47105 color RGB value is (180,113,5).

#b47105 hex color red value is 180, green value is 113 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #b47105 hue: 0.10 , saturation: 0.95 and the lightness value of b47105 is 0.36.

The process color (four color CMYK) of #b47105 color hex is 0.00, 0.37, 0.97, 0.29. Web safe color of #b47105 is #cc6600. Color #b47105 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110001 00000101
Octal 264 161 5
Decimal 180 113 5
Hex B4 71 5

RGB Percentages of Color #b47105

%60.40
%37.92
%1.68

CMYK Percentages of Color #b47105

%0
%37
%97
%29

Triadic Colors of #b47105

#b47105 #05b471 #7105b4

Analogous Colors of #b47105

#b47105 #a0b405 #b41905

Monochromatic Colors of #b47105

#b47105

Complementary Color

#b47105 #0548b4

#b47105 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47105 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47105 Color CSS Codes

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

#b47105 Text Font Color

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

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


#b47105 Background Color

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

This div background color is #b47105


#b47105 Border Color

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

This div border color is #b47105


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47105


Comments

No comments written yet.

Please login to write comment.