Color Hex Logo

#b8604e Color Hex

#B8604E
(184,96,78)
0 Favorites   0 Comments

Color spaces of #b8604e

RGB 1849678
HSL0.030.430.51
HSV10°58°72°
CMYK 0.000.480.58   0.28
XYZ25.325219.10619.5608
Yxy19.10610.46910.3539
Hunter Lab43.710526.926717.6289
CIE-Lab50.811133.763426.2971

#b8604e color RGB value is (184,96,78).

#b8604e hex color red value is 184, green value is 96 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b8604e hue: 0.03 , saturation: 0.43 and the lightness value of b8604e is 0.51.

The process color (four color CMYK) of #b8604e color hex is 0.00, 0.48, 0.58, 0.28. Web safe color of #b8604e is #cc6666. Color #b8604e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100000 01001110
Octal 270 140 116
Decimal 184 96 78
Hex B8 60 4E

RGB Percentages of Color #b8604e

%51.40
%26.82
%21.79

CMYK Percentages of Color #b8604e

%0
%48
%58
%28

Triadic Colors of #b8604e

#b8604e #4eb860 #604eb8

Analogous Colors of #b8604e

#b8604e #b8954e #b84e71

Monochromatic Colors of #b8604e

#b8604e

Complementary Color

#b8604e #4ea6b8

#b8604e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8604e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8604e Color CSS Codes

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

#b8604e Text Font Color

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

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


#b8604e Background Color

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

This div background color is #b8604e


#b8604e Border Color

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

This div border color is #b8604e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8604e


Comments

No comments written yet.

Please login to write comment.