Color Hex Logo

#bf787e Color Hex

#BF787E
(191,120,126)
0 Favorites   0 Comments

Color spaces of #bf787e

RGB 191120126
HSL0.990.360.61
HSV355°37°75°
CMYK 0.000.370.34   0.25
XYZ31.968226.015723.0753
Yxy26.01570.39440.3209
Hunter Lab51.005622.61678.8807
CIE-Lab58.051928.53088.4347

#bf787e color RGB value is (191,120,126).

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

The process color (four color CMYK) of #bf787e color hex is 0.00, 0.37, 0.34, 0.25. Web safe color of #bf787e is #cc6666. Color #bf787e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111000 01111110
Octal 277 170 176
Decimal 191 120 126
Hex BF 78 7E

RGB Percentages of Color #bf787e

%43.71
%27.46
%28.83

CMYK Percentages of Color #bf787e

%0
%37
%34
%25

Triadic Colors of #bf787e

#bf787e #7ebf78 #787ebf

Analogous Colors of #bf787e

#bf787e #bf9678 #bf78a2

Monochromatic Colors of #bf787e

#bf787e

Complementary Color

#bf787e #78bfb9

#bf787e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf787e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf787e Color CSS Codes

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

#bf787e Text Font Color

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

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


#bf787e Background Color

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

This div background color is #bf787e


#bf787e Border Color

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

This div border color is #bf787e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf787e


Comments

No comments written yet.

Please login to write comment.