Color Hex Logo

#bf686b Color Hex

#BF686B
(191,104,107)
0 Favorites   0 Comments

Color spaces of #bf686b

RGB 191104107
HSL0.990.400.58
HSV358°46°75°
CMYK 0.000.460.44   0.25
XYZ29.090022.038516.6306
Yxy22.03850.42930.3252
Hunter Lab46.945228.455111.8578
CIE-Lab54.067834.938413.8980

#bf686b color RGB value is (191,104,107).

#bf686b hex color red value is 191, green value is 104 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bf686b hue: 0.99 , saturation: 0.40 and the lightness value of bf686b is 0.58.

The process color (four color CMYK) of #bf686b color hex is 0.00, 0.46, 0.44, 0.25. Web safe color of #bf686b is #cc6666. Color #bf686b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101000 01101011
Octal 277 150 153
Decimal 191 104 107
Hex BF 68 6B

RGB Percentages of Color #bf686b

%47.51
%25.87
%26.62

CMYK Percentages of Color #bf686b

%0
%46
%44
%25

Triadic Colors of #bf686b

#bf686b #6bbf68 #686bbf

Analogous Colors of #bf686b

#bf686b #bf9168 #bf6897

Monochromatic Colors of #bf686b

#bf686b

Complementary Color

#bf686b #68bfbc

#bf686b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf686b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf686b Color CSS Codes

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

#bf686b Text Font Color

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

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


#bf686b Background Color

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

This div background color is #bf686b


#bf686b Border Color

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

This div border color is #bf686b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf686b


Comments

No comments written yet.

Please login to write comment.