#BF6F71

Color #BF6F71 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #BF6F71

Tints of Turkish Rose #BF6F71

Color information

#BF6F71 (or 0xBF6F71) is unknown color: approx Turkish Rose. HEX triplet: BF, 6F and 71. RGB value is (191,111,113). Sum of RGB (Red+Green+Blue) = 191+111+113=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F71 is #40908E. Grayscale: #878787. Windows color (decimal): -4231311 or 7434175. OLE color: 7434175.

HSL color Cylindrical-coordinate representation of color #BF6F71: hue angle of 358.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6F71 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB191111113-
CMYK00.420.410.25
HSL358.5º38.46%59.22%-
HSV(B)358.5º41.88%74.9%-
XYZ30.1523.6418.6-
YUV135.15115.5167.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 111 (43.75% from 255) = 26.75%
BLUE value IS 113 (44.53% from 255) = 27.23%
R=46.02%
G=26.75%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111111300.420.410.25358.538.4659.22
HexBF6F7102A2919166263b
Octal27715716105251315464673
Binary1011111111011111110001010101010100111001101100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F71; }

 p { color: rgb(191,111,113); }

 H1.HeaderClassName
 {
   color: #BF6F71;
 }
 .AnyTagClassName
 {
   color: #BF6F71;
 }
</style>
background-color css

<style>
 a { background-color: #BF6F71; }

 a { background-color: rgb(191,111,113); }

 div.DivClassName
 {
   background-color: #BF6F71;
 }
 .BgClassName
 {
   background-color: #BF6F71;
 }
</style>
border-color css

<style>
 span { border-color: #BF6F71; }

 span { border-color: rgb(191,111,113); }

 td.TdClassName
 {
   border-color: #BF6F71;
 }
 .TagClassName
 {
   border-color: #BF6F71;
 }
</style>