Color Hex Logo

#b87048 Color Hex

#B87048
(184,112,72)
0 Favorites   0 Comments

Color spaces of #b87048

RGB 18411272
HSL0.060.440.50
HSV21°61°72°
CMYK 0.000.390.61   0.28
XYZ26.731022.24669.0160
Yxy22.24660.46090.3836
Hunter Lab47.166318.621921.6829
CIE-Lab54.287724.624634.0128

#b87048 color RGB value is (184,112,72).

#b87048 hex color red value is 184, green value is 112 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b87048 hue: 0.06 , saturation: 0.44 and the lightness value of b87048 is 0.50.

The process color (four color CMYK) of #b87048 color hex is 0.00, 0.39, 0.61, 0.28. Web safe color of #b87048 is #cc6633. Color #b87048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110000 01001000
Octal 270 160 110
Decimal 184 112 72
Hex B8 70 48

RGB Percentages of Color #b87048

%50.00
%30.43
%19.57

CMYK Percentages of Color #b87048

%0
%39
%61
%28

Triadic Colors of #b87048

#b87048 #48b870 #7048b8

Analogous Colors of #b87048

#b87048 #b8a848 #b84858

Monochromatic Colors of #b87048

#b87048

Complementary Color

#b87048 #4890b8

#b87048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87048 Color CSS Codes

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

#b87048 Text Font Color

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

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


#b87048 Background Color

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

This div background color is #b87048


#b87048 Border Color

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

This div border color is #b87048


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,112,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b87048; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b87048;
  -webkit-box-shadow: 1px 1px 3px 2px #b87048;
  box-shadow:         1px 1px 3px 2px #b87048; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,112,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87048


Comments

No comments written yet.

Please login to write comment.