Color Hex Logo

#b48107 Color Hex

#B48107
(180,129,7)
0 Favorites   0 Comments

Color spaces of #b48107

RGB 1801297
HSL0.120.930.37
HSV42°96°71°
CMYK 0.000.280.96   0.29
XYZ26.711025.41923.6996
Yxy25.41920.47840.4553
Hunter Lab50.41756.338230.9416
CIE-Lab57.481610.776061.9143

#b48107 color RGB value is (180,129,7).

#b48107 hex color red value is 180, green value is 129 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #b48107 hue: 0.12 , saturation: 0.93 and the lightness value of b48107 is 0.37.

The process color (four color CMYK) of #b48107 color hex is 0.00, 0.28, 0.96, 0.29. Web safe color of #b48107 is #cc9900. Color #b48107 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 00000111
Octal 264 201 7
Decimal 180 129 7
Hex B4 81 7

RGB Percentages of Color #b48107

%56.96
%40.82
%2.22

CMYK Percentages of Color #b48107

%0
%28
%96
%29

Triadic Colors of #b48107

#b48107 #07b481 #8107b4

Analogous Colors of #b48107

#b48107 #91b407 #b42b07

Monochromatic Colors of #b48107

#b48107

Complementary Color

#b48107 #073ab4

#b48107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48107 Color CSS Codes

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

#b48107 Text Font Color

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

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


#b48107 Background Color

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

This div background color is #b48107


#b48107 Border Color

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

This div border color is #b48107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48107


Comments

No comments written yet.

Please login to write comment.