Color Hex Logo

#b48642 Color Hex

#B48642
(180,134,66)
0 Favorites   0 Comments

Color spaces of #b48642

RGB 18013466
HSL0.100.460.48
HSV36°63°71°
CMYK 0.000.260.63   0.29
XYZ28.330927.14688.9009
Yxy27.14680.44010.4217
Hunter Lab52.10265.880226.3431
CIE-Lab59.110010.248342.6996

#b48642 color RGB value is (180,134,66).

#b48642 hex color red value is 180, green value is 134 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #b48642 hue: 0.10 , saturation: 0.46 and the lightness value of b48642 is 0.48.

The process color (four color CMYK) of #b48642 color hex is 0.00, 0.26, 0.63, 0.29. Web safe color of #b48642 is #cc9933. Color #b48642 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000110 01000010
Octal 264 206 102
Decimal 180 134 66
Hex B4 86 42

RGB Percentages of Color #b48642

%47.37
%35.26
%17.37

CMYK Percentages of Color #b48642

%0
%26
%63
%29

Triadic Colors of #b48642

#b48642 #42b486 #8642b4

Analogous Colors of #b48642

#b48642 #a9b442 #b44d42

Monochromatic Colors of #b48642

#b48642

Complementary Color

#b48642 #4270b4

#b48642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48642 Color CSS Codes

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

#b48642 Text Font Color

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

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


#b48642 Background Color

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

This div background color is #b48642


#b48642 Border Color

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

This div border color is #b48642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48642


Comments

No comments written yet.

Please login to write comment.