Color Hex Logo

#b48112 Color Hex

#B48112
(180,129,18)
0 Favorites   0 Comments

Color spaces of #b48112

RGB 18012918
HSL0.110.820.39
HSV41°90°71°
CMYK 0.000.280.90   0.29
XYZ26.781825.44754.0726
Yxy25.44750.47570.4520
Hunter Lab50.44556.487030.5252
CIE-Lab57.508910.947659.8536

#b48112 color RGB value is (180,129,18).

#b48112 hex color red value is 180, green value is 129 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b48112 hue: 0.11 , saturation: 0.82 and the lightness value of b48112 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000001 00010010
Octal 264 201 22
Decimal 180 129 18
Hex B4 81 12

RGB Percentages of Color #b48112

%55.05
%39.45
%5.50

CMYK Percentages of Color #b48112

%0
%28
%90
%29

Triadic Colors of #b48112

#b48112 #12b481 #8112b4

Analogous Colors of #b48112

#b48112 #96b412 #b43012

Monochromatic Colors of #b48112

#b48112

Complementary Color

#b48112 #1245b4

#b48112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48112 Color CSS Codes

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

#b48112 Text Font Color

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

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


#b48112 Background Color

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

This div background color is #b48112


#b48112 Border Color

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

This div border color is #b48112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48112


Comments

No comments written yet.

Please login to write comment.