#BF686E

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

Shades of Turkish Rose #BF686E

Tints of Turkish Rose #BF686E

Color information

#BF686E (or 0xBF686E) is unknown color: approx Turkish Rose. HEX triplet: BF, 68 and 6E. RGB value is (191,104,110). Sum of RGB (Red+Green+Blue) = 191+104+110=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF686E is #409791. Grayscale: #828282. Windows color (decimal): -4233106 or 7235775. OLE color: 7235775.

HSL color Cylindrical-coordinate representation of color #BF686E: hue angle of 355.86º 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 #BF686E is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB191104110-
CMYK00.460.420.25
HSL355.86º40.47%57.84%-
HSV(B)355.86º45.55%74.9%-
XYZ29.2522.117.48-
YUV130.7116.32171.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 104 (41.02% from 255) = 25.68%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=47.16%
G=25.68%
B=27.16%

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
Decimal19110411000.460.420.25355.8640.4757.84
HexBF686E02E2A19164283a
Octal27715015605652315445072
Binary1011111111010001101110010111010101011001101100100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF686E; }

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

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

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

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

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

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

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

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