#BF686A

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

Shades of Turkish Rose #BF686A

Tints of Turkish Rose #BF686A

Color information

#BF686A (or 0xBF686A) is unknown color: approx Turkish Rose. HEX triplet: BF, 68 and 6A. RGB value is (191,104,106). Sum of RGB (Red+Green+Blue) = 191+104+106=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF686A is #409795. Grayscale: #828282. Windows color (decimal): -4233110 or 6973631. OLE color: 6973631.

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

Color convert

RGB191104106-
CMYK00.460.450.25
HSL358.62º40.47%57.84%-
HSV(B)358.62º45.55%74.9%-
XYZ29.0422.0216.36-
YUV130.24114.32171.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=47.63%
G=25.94%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110410600.460.450.25358.6240.4757.84
HexBF686A02E2D19167283a
Octal27715015205655315475072
Binary1011111111010001101010010111010110111001101100111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF686A; }

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

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

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

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

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

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

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

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