Color Hex Logo

#bf8878 Color Hex

#BF8878
(191,136,120)
0 Favorites   0 Comments

Color spaces of #bf8878

RGB 191136120
HSL0.040.360.61
HSV14°37°75°
CMYK 0.000.290.37   0.25
XYZ33.680230.040821.7926
Yxy30.04080.39390.3513
Hunter Lab54.809513.770914.7926
CIE-Lab61.689418.951616.9579

#bf8878 color RGB value is (191,136,120).

#bf8878 hex color red value is 191, green value is 136 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bf8878 hue: 0.04 , saturation: 0.36 and the lightness value of bf8878 is 0.61.

The process color (four color CMYK) of #bf8878 color hex is 0.00, 0.29, 0.37, 0.25. Web safe color of #bf8878 is #cc9966. Color #bf8878 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001000 01111000
Octal 277 210 170
Decimal 191 136 120
Hex BF 88 78

RGB Percentages of Color #bf8878

%42.73
%30.43
%26.85

CMYK Percentages of Color #bf8878

%0
%29
%37
%25

Triadic Colors of #bf8878

#bf8878 #78bf88 #8878bf

Analogous Colors of #bf8878

#bf8878 #bfac78 #bf788c

Monochromatic Colors of #bf8878

#bf8878

Complementary Color

#bf8878 #78afbf

#bf8878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8878 Color CSS Codes

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

#bf8878 Text Font Color

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

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


#bf8878 Background Color

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

This div background color is #bf8878


#bf8878 Border Color

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

This div border color is #bf8878


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,136,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf8878; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf8878;
  -webkit-box-shadow: 1px 1px 3px 2px #bf8878;
  box-shadow:         1px 1px 3px 2px #bf8878; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,136,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8878


Comments

No comments written yet.

Please login to write comment.