Color Hex Logo

#bf6b73 Color Hex

#BF6B73
(191,107,115)
0 Favorites   0 Comments

Color spaces of #bf6b73

RGB 191107115
HSL0.980.400.58
HSV354°44°75°
CMYK 0.000.440.40   0.25
XYZ29.838122.829619.0536
Yxy22.82960.41600.3183
Hunter Lab47.780327.85509.8029
CIE-Lab54.896434.231110.3681

#bf6b73 color RGB value is (191,107,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101011 01110011
Octal 277 153 163
Decimal 191 107 115
Hex BF 6B 73

RGB Percentages of Color #bf6b73

%46.25
%25.91
%27.85

CMYK Percentages of Color #bf6b73

%0
%44
%40
%25

Triadic Colors of #bf6b73

#bf6b73 #73bf6b #6b73bf

Analogous Colors of #bf6b73

#bf6b73 #bf8d6b #bf6b9d

Monochromatic Colors of #bf6b73

#bf6b73

Complementary Color

#bf6b73 #6bbfb7

#bf6b73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6b73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6b73 Color CSS Codes

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

#bf6b73 Text Font Color

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

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


#bf6b73 Background Color

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

This div background color is #bf6b73


#bf6b73 Border Color

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

This div border color is #bf6b73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6b73


Comments

No comments written yet.

Please login to write comment.