#BF686F

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

Shades of Turkish Rose #BF686F

Tints of Turkish Rose #BF686F

Color information

#BF686F (or 0xBF686F) is unknown color: approx Turkish Rose. HEX triplet: BF, 68 and 6F. RGB value is (191,104,111). Sum of RGB (Red+Green+Blue) = 191+104+111=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF686F is #409790. Grayscale: #828282. Windows color (decimal): -4233105 or 7301311. OLE color: 7301311.

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

Color convert

RGB191104111-
CMYK00.460.420.25
HSL355.17º40.47%57.84%-
HSV(B)355.17º45.55%74.9%-
XYZ29.3122.1217.76-
YUV130.81116.82170.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 104 (41.02% from 255) = 25.62%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=47.04%
G=25.62%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110411100.460.420.25355.1740.4757.84
HexBF686F02E2A19163283a
Octal27715015705652315435072
Binary1011111111010001101111010111010101011001101100011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF686F; }

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

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

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

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

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

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

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

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