Color Hex Logo

#b87348 Color Hex

#B87348
(184,115,72)
0 Favorites   0 Comments

Color spaces of #b87348

RGB 18411572
HSL0.060.440.50
HSV23°61°72°
CMYK 0.000.380.61   0.28
XYZ27.067622.91979.1282
Yxy22.91970.45790.3877
Hunter Lab47.874517.141022.2074
CIE-Lab54.989522.968634.8628

#b87348 color RGB value is (184,115,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110011 01001000
Octal 270 163 110
Decimal 184 115 72
Hex B8 73 48

RGB Percentages of Color #b87348

%49.60
%31.00
%19.41

CMYK Percentages of Color #b87348

%0
%38
%61
%28

Triadic Colors of #b87348

#b87348 #48b873 #7348b8

Analogous Colors of #b87348

#b87348 #b8ab48 #b84855

Monochromatic Colors of #b87348

#b87348

Complementary Color

#b87348 #488db8

#b87348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87348 Color CSS Codes

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

#b87348 Text Font Color

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

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


#b87348 Background Color

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

This div background color is #b87348


#b87348 Border Color

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

This div border color is #b87348


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,115,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 #b87348">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87348


Comments

No comments written yet.

Please login to write comment.