Color Hex Logo

#bf696b Color Hex

#BF696B
(191,105,107)
0 Favorites   0 Comments

Color spaces of #bf696b

RGB 191105107
HSL1.000.400.58
HSV359°45°75°
CMYK 0.000.450.44   0.25
XYZ29.191322.241116.6643
Yxy22.24110.42870.3266
Hunter Lab47.160527.956812.0620
CIE-Lab54.281934.406414.1949

#bf696b color RGB value is (191,105,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101001 01101011
Octal 277 151 153
Decimal 191 105 107
Hex BF 69 6B

RGB Percentages of Color #bf696b

%47.39
%26.05
%26.55

CMYK Percentages of Color #bf696b

%0
%45
%44
%25

Triadic Colors of #bf696b

#bf696b #6bbf69 #696bbf

Analogous Colors of #bf696b

#bf696b #bf9269 #bf6996

Monochromatic Colors of #bf696b

#bf696b

Complementary Color

#bf696b #69bfbd

#bf696b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf696b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf696b Color CSS Codes

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

#bf696b Text Font Color

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

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


#bf696b Background Color

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

This div background color is #bf696b


#bf696b Border Color

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

This div border color is #bf696b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf696b


Comments

No comments written yet.

Please login to write comment.